Html Css Color HEX #0466CB Navy Blue

📋 copy color: '#0466CB'

red 4 ◦ green 102 ◦ blue 203

#0466CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0466CB

Tints of Navy Blue #0466CB

RGB

 RED value IS 4 (1.95% from 255) = 1.29%

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 203 (79.69% from 255) = 65.7%

R = 1.29%
G = 33.01%
B = 65.7%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0466CB (or 0x0466CB) is known color: Navy Blue. HEX triplet: 04, 66 and CB. RGB value is (4,102,203). Sum of RGB (Red+Green+Blue) = 4+102+203=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #0466CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466CB is #FB9934. Grayscale: #535353. Windows color (decimal): -16488757 or 13329924. OLE color: 13329924.

HSL color Cylindrical-coordinate representation of color #0466CB: hue angle of 210.45º 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 #0466CB is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 102 203 -
CMYK 0.98 0.50 0 0.20
HSL 210.45º 0.96% 0.41% -
HSV(B) 210.45º 0.98% 0.8% -
XYZ 15.58 13.84 58.35 -
YUV 84.21 195.03 70.79 -
System Red Green Blue C M Y K H S L
Decimal 4 102 203 0.98 0.50 0 0.20 210.45 0.96 0.41
Hex 4 66 CB 62 32 0 14 D2 60 29
Octal 4 146 313 142 62 0 24 322 140 51
Binary 100 1100110 11001011 1100010 110010 0 10100 11010010 1100000 101001

Color Harmonies of #0466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0466CB

Black with #0466CB

Text Example


Text Example

White with #0466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0466CB;
 }
 .AnyTagClassName
 {
   color: #0466CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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