Html Css Color HEX #005FEB Navy Blue

📋 copy color: '#005FEB'

red 0 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #005FEB

Tints of Navy Blue #005FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 0%
G = 28.79%
B = 71.21%

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

#005FEB (or 0x005FEB) is known color: Navy Blue. HEX triplet: 00, 5F and EB. RGB value is (0,95,235). Sum of RGB (Red+Green+Blue) = 0+95+235=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #005FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FEB is #FFA014. Grayscale: #515151. Windows color (decimal): -16752661 or 15425280. OLE color: 15425280.

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

Color convert

RGB 0 95 235 -
CMYK 1 0.60 0 0.08
HSL 215.74º 1% 0.46% -
HSV(B) 215.74º 1% 0.92% -
XYZ 19.09 14.18 80.33 -
YUV 82.56 214.03 69.12 -
System Red Green Blue C M Y K H S L
Decimal 0 95 235 1 0.60 0 0.08 215.74 1 0.46
Hex 0 5F EB 64 3C 0 8 D8 64 2E
Octal 0 137 353 144 74 0 10 330 144 56
Binary 0 1011111 11101011 1100100 111100 0 1000 11011000 1100100 101110

Color Harmonies of #005FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FEB

Black with #005FEB

Text Example


Text Example

White with #005FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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