Html Css Color HEX #005FEA Navy Blue

📋 copy color: '#005FEA'

red 0 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #005FEA

Tints of Navy Blue #005FEA

RGB

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

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

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

R = 0%
G = 28.88%
B = 71.12%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#005FEA (or 0x005FEA) is known color: Navy Blue. HEX triplet: 00, 5F and EA. RGB value is (0,95,234). Sum of RGB (Red+Green+Blue) = 0+95+234=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #005FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FEA is #FFA015. Grayscale: #515151. Windows color (decimal): -16752662 or 15359744. OLE color: 15359744.

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

Color convert

RGB 0 95 234 -
CMYK 1 0.59 0 0.08
HSL 215.64º 1% 0.46% -
HSV(B) 215.64º 1% 0.92% -
XYZ 18.94 14.12 79.57 -
YUV 82.44 213.53 69.2 -
System Red Green Blue C M Y K H S L
Decimal 0 95 234 1 0.59 0 0.08 215.64 1 0.46
Hex 0 5F EA 64 3B 0 8 D8 64 2E
Octal 0 137 352 144 73 0 10 330 144 56
Binary 0 1011111 11101010 1100100 111011 0 1000 11011000 1100100 101110

Color Harmonies of #005FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FEA

Black with #005FEA

Text Example


Text Example

White with #005FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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