Html Css Color HEX #005FE9 Navy Blue

📋 copy color: '#005FE9'

red 0 ◦ green 95 ◦ blue 233

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

Shades of Navy Blue #005FE9

Tints of Navy Blue #005FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 0%
G = 28.96%
B = 71.04%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#005FE9 (or 0x005FE9) is known color: Navy Blue. HEX triplet: 00, 5F and E9. RGB value is (0,95,233). Sum of RGB (Red+Green+Blue) = 0+95+233=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #005FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FE9 is #FFA016. Grayscale: #515151. Windows color (decimal): -16752663 or 15294208. OLE color: 15294208.

HSL color Cylindrical-coordinate representation of color #005FE9: hue angle of 215.54º 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 #005FE9 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 95 233 -
CMYK 1 0.59 0 0.09
HSL 215.54º 1% 0.46% -
HSV(B) 215.54º 1% 0.91% -
XYZ 18.8 14.07 78.82 -
YUV 82.33 213.03 69.28 -
System Red Green Blue C M Y K H S L
Decimal 0 95 233 1 0.59 0 0.09 215.54 1 0.46
Hex 0 5F E9 64 3B 0 9 D8 64 2E
Octal 0 137 351 144 73 0 11 330 144 56
Binary 0 1011111 11101001 1100100 111011 0 1001 11011000 1100100 101110

Color Harmonies of #005FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FE9

Black with #005FE9

Text Example


Text Example

White with #005FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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