Html Css Color HEX #046EEA Navy Blue

📋 copy color: '#046EEA'

red 4 ◦ green 110 ◦ blue 234

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

Shades of Navy Blue #046EEA

Tints of Navy Blue #046EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 1.15%
G = 31.61%
B = 67.24%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#046EEA (or 0x046EEA) is known color: Navy Blue. HEX triplet: 04, 6E and EA. RGB value is (4,110,234). Sum of RGB (Red+Green+Blue) = 4+110+234=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #046EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EEA is #FB9115. Grayscale: #5B5B5B. Windows color (decimal): -16486678 or 15363588. OLE color: 15363588.

HSL color Cylindrical-coordinate representation of color #046EEA: hue angle of 212.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EEA is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 110 234 -
CMYK 0.98 0.53 0 0.08
HSL 212.35º 0.97% 0.47% -
HSV(B) 212.35º 0.98% 0.92% -
XYZ 20.48 17.12 80.07 -
YUV 92.44 207.88 64.92 -
System Red Green Blue C M Y K H S L
Decimal 4 110 234 0.98 0.53 0 0.08 212.35 0.97 0.47
Hex 4 6E EA 62 35 0 8 D4 61 2F
Octal 4 156 352 142 65 0 10 324 141 57
Binary 100 1101110 11101010 1100010 110101 0 1000 11010100 1100001 101111

Color Harmonies of #046EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EEA

Black with #046EEA

Text Example


Text Example

White with #046EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,110,234); }

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

background-color css

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

 a { background-color: rgb(4,110,234); }

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

border-color css

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

 span { border-color: rgb(4,110,234); }

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