Html Css Color HEX #046ACB Navy Blue

📋 copy color: '#046ACB'

red 4 ◦ green 106 ◦ blue 203

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

Shades of Navy Blue #046ACB

Tints of Navy Blue #046ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

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

R = 1.28%
G = 33.87%
B = 64.86%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046ACB (or 0x046ACB) is known color: Navy Blue. HEX triplet: 04, 6A and CB. RGB value is (4,106,203). Sum of RGB (Red+Green+Blue) = 4+106+203=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #046ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ACB is #FB9534. Grayscale: #565656. Windows color (decimal): -16487733 or 13330948. OLE color: 13330948.

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

Color convert

RGB 4 106 203 -
CMYK 0.98 0.48 0 0.20
HSL 209.25º 0.96% 0.41% -
HSV(B) 209.25º 0.98% 0.8% -
XYZ 15.98 14.65 58.48 -
YUV 86.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 4 106 203 0.98 0.48 0 0.20 209.25 0.96 0.41
Hex 4 6A CB 62 30 0 14 D1 60 29
Octal 4 152 313 142 60 0 24 321 140 51
Binary 100 1101010 11001011 1100010 110000 0 10100 11010001 1100000 101001

Color Harmonies of #046ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ACB

Black with #046ACB

Text Example


Text Example

White with #046ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046ACB; }

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

 H1.HeaderClassName
 {
   color: #046ACB;
 }
 .AnyTagClassName
 {
   color: #046ACB;
 }
</style>

background-color css

<style>
 a { background-color: #046ACB; }

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

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

border-color css

<style>
 span { border-color: #046ACB; }

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

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