Html Css Color HEX #046BC0 Navy Blue

📋 copy color: '#046BC0'

red 4 ◦ green 107 ◦ blue 192

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

Shades of Navy Blue #046BC0

Tints of Navy Blue #046BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 1.32%
G = 35.31%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#046BC0 (or 0x046BC0) is known color: Navy Blue. HEX triplet: 04, 6B and C0. RGB value is (4,107,192). Sum of RGB (Red+Green+Blue) = 4+107+192=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #046BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BC0 is #FB943F. Grayscale: #555555. Windows color (decimal): -16487488 or 12610308. OLE color: 12610308.

HSL color Cylindrical-coordinate representation of color #046BC0: hue angle of 207.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BC0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 107 192 -
CMYK 0.98 0.44 0 0.25
HSL 207.13º 0.96% 0.38% -
HSV(B) 207.13º 0.98% 0.75% -
XYZ 14.82 14.35 51.86 -
YUV 85.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 4 107 192 0.98 0.44 0 0.25 207.13 0.96 0.38
Hex 4 6B C0 62 2C 0 19 CF 60 26
Octal 4 153 300 142 54 0 31 317 140 46
Binary 100 1101011 11000000 1100010 101100 0 11001 11001111 1100000 100110

Color Harmonies of #046BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BC0

Black with #046BC0

Text Example


Text Example

White with #046BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,192); }

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

background-color css

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

 a { background-color: rgb(4,107,192); }

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

border-color css

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

 span { border-color: rgb(4,107,192); }

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