Html Css Color HEX #005EEA Navy Blue

📋 copy color: '#005EEA'

red 0 ◦ green 94 ◦ blue 234

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

Shades of Navy Blue #005EEA

Tints of Navy Blue #005EEA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 0%
G = 28.66%
B = 71.34%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#005EEA (or 0x005EEA) is known color: Navy Blue. HEX triplet: 00, 5E and EA. RGB value is (0,94,234). Sum of RGB (Red+Green+Blue) = 0+94+234=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #005EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EEA is #FFA115. Grayscale: #515151. Windows color (decimal): -16752918 or 15359488. OLE color: 15359488.

HSL color Cylindrical-coordinate representation of color #005EEA: hue angle of 215.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EEA is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 94 234 -
CMYK 1 0.60 0 0.08
HSL 215.9º 1% 0.46% -
HSV(B) 215.9º 1% 0.92% -
XYZ 18.85 13.95 79.54 -
YUV 81.85 213.86 69.62 -
System Red Green Blue C M Y K H S L
Decimal 0 94 234 1 0.60 0 0.08 215.9 1 0.46
Hex 0 5E EA 64 3C 0 8 D8 64 2E
Octal 0 136 352 144 74 0 10 330 144 56
Binary 0 1011110 11101010 1100100 111100 0 1000 11011000 1100100 101110

Color Harmonies of #005EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EEA

Black with #005EEA

Text Example


Text Example

White with #005EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,234); }

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

background-color css

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

 a { background-color: rgb(0,94,234); }

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

border-color css

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

 span { border-color: rgb(0,94,234); }

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