#0440CB

Color #0440CB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0440CB

Tints of Persian Blue #0440CB

Color information

#0440CB (or 0x0440CB) is unknown color: approx Persian Blue. HEX triplet: 04, 40 and CB. RGB value is (4,64,203). Sum of RGB (Red+Green+Blue) = 4+64+203=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #0440CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440CB is #FBBF34. Grayscale: #3D3D3D. Windows color (decimal): -16498485 or 13320196. OLE color: 13320196.

HSL color Cylindrical-coordinate representation of color #0440CB: hue angle of 221.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440CB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB464203-
CMYK0.980.6800.20
HSL221.91º96.14%40.59%-
HSV(B)221.91º98.03%79.61%-
XYZ12.66857.38-
YUV61.91207.6286.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 203 (79.69% from 255) = 74.91%
R=1.48%
G=23.62%
B=74.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4642030.980.6800.20221.9196.1440.59
Hex440CB6244014de6029
Octal410031314210402433614051
Binary10010000001100101111000101000100010100110111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0440CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0440CB; }

 p { color: rgb(4,64,203); }

 H1.HeaderClassName
 {
   color: #0440CB;
 }
 .AnyTagClassName
 {
   color: #0440CB;
 }
</style>
background-color css

<style>
 a { background-color: #0440CB; }

 a { background-color: rgb(4,64,203); }

 div.DivClassName
 {
   background-color: #0440CB;
 }
 .BgClassName
 {
   background-color: #0440CB;
 }
</style>
border-color css

<style>
 span { border-color: #0440CB; }

 span { border-color: rgb(4,64,203); }

 td.TdClassName
 {
   border-color: #0440CB;
 }
 .TagClassName
 {
   border-color: #0440CB;
 }
</style>