Html Css Color HEX #046CCB Navy Blue

📋 copy color: '#046CCB'

red 4 ◦ green 108 ◦ blue 203

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

Shades of Navy Blue #046CCB

Tints of Navy Blue #046CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 1.27%
G = 34.29%
B = 64.44%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046CCB (or 0x046CCB) is known color: Navy Blue. HEX triplet: 04, 6C and CB. RGB value is (4,108,203). Sum of RGB (Red+Green+Blue) = 4+108+203=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #046CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CCB is #FB9334. Grayscale: #575757. Windows color (decimal): -16487221 or 13331460. OLE color: 13331460.

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

Color convert

RGB 4 108 203 -
CMYK 0.98 0.47 0 0.20
HSL 208.64º 0.96% 0.41% -
HSV(B) 208.64º 0.98% 0.8% -
XYZ 16.19 15.06 58.55 -
YUV 87.73 193.04 68.28 -
System Red Green Blue C M Y K H S L
Decimal 4 108 203 0.98 0.47 0 0.20 208.64 0.96 0.41
Hex 4 6C CB 62 2F 0 14 D1 60 29
Octal 4 154 313 142 57 0 24 321 140 51
Binary 100 1101100 11001011 1100010 101111 0 10100 11010001 1100000 101001

Color Harmonies of #046CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CCB

Black with #046CCB

Text Example


Text Example

White with #046CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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