Html Css Color HEX #005EE9 Navy Blue

📋 copy color: '#005EE9'

red 0 ◦ green 94 ◦ blue 233

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

Shades of Navy Blue #005EE9

Tints of Navy Blue #005EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.25%

R = 0%
G = 28.75%
B = 71.25%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#005EE9 (or 0x005EE9) is known color: Navy Blue. HEX triplet: 00, 5E and E9. RGB value is (0,94,233). Sum of RGB (Red+Green+Blue) = 0+94+233=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 233 (91.41% from 255 or 71.25% from 327); Max value from RGB is 233 - color contains mainly: blue. Hex color #005EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EE9 is #FFA116. Grayscale: #515151. Windows color (decimal): -16752919 or 15293952. OLE color: 15293952.

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

Color convert

RGB 0 94 233 -
CMYK 1 0.60 0 0.09
HSL 215.79º 1% 0.46% -
HSV(B) 215.79º 1% 0.91% -
XYZ 18.71 13.89 78.79 -
YUV 81.74 213.36 69.7 -
System Red Green Blue C M Y K H S L
Decimal 0 94 233 1 0.60 0 0.09 215.79 1 0.46
Hex 0 5E E9 64 3C 0 9 D8 64 2E
Octal 0 136 351 144 74 0 11 330 144 56
Binary 0 1011110 11101001 1100100 111100 0 1001 11011000 1100100 101110

Color Harmonies of #005EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EE9

Black with #005EE9

Text Example


Text Example

White with #005EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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