Html Css Color HEX #046FE6 Navy Blue

📋 copy color: '#046FE6'

red 4 ◦ green 111 ◦ blue 230

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

Shades of Navy Blue #046FE6

Tints of Navy Blue #046FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 230 (90.23% from 255) = 66.67%

R = 1.16%
G = 32.17%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#046FE6 (or 0x046FE6) is known color: Navy Blue. HEX triplet: 04, 6F and E6. RGB value is (4,111,230). Sum of RGB (Red+Green+Blue) = 4+111+230=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #046FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FE6 is #FB9019. Grayscale: #5B5B5B. Windows color (decimal): -16486426 or 15101700. OLE color: 15101700.

HSL color Cylindrical-coordinate representation of color #046FE6: hue angle of 211.59º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FE6 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 111 230 -
CMYK 0.98 0.52 0 0.10
HSL 211.59º 0.97% 0.46% -
HSV(B) 211.59º 0.98% 0.9% -
XYZ 20.02 17.11 77.11 -
YUV 92.57 205.55 64.82 -
System Red Green Blue C M Y K H S L
Decimal 4 111 230 0.98 0.52 0 0.10 211.59 0.97 0.46
Hex 4 6F E6 62 34 0 A D4 61 2E
Octal 4 157 346 142 64 0 12 324 141 56
Binary 100 1101111 11100110 1100010 110100 0 1010 11010100 1100001 101110

Color Harmonies of #046FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FE6

Black with #046FE6

Text Example


Text Example

White with #046FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,230); }

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

background-color css

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

 a { background-color: rgb(4,111,230); }

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

border-color css

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

 span { border-color: rgb(4,111,230); }

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