Html Css Color HEX #015EED Navy Blue

📋 copy color: '#015EED'

red 1 ◦ green 94 ◦ blue 237

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

Shades of Navy Blue #015EED

Tints of Navy Blue #015EED

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 0.3%
G = 28.31%
B = 71.39%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015EED (or 0x015EED) is known color: Navy Blue. HEX triplet: 01, 5E and ED. RGB value is (1,94,237). Sum of RGB (Red+Green+Blue) = 1+94+237=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #015EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EED is #FEA112. Grayscale: #515151. Windows color (decimal): -16687379 or 15556097. OLE color: 15556097.

HSL color Cylindrical-coordinate representation of color #015EED: hue angle of 216.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EED is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 94 237 -
CMYK 1.00 0.60 0 0.07
HSL 216.36º 0.99% 0.47% -
HSV(B) 216.36º 1% 0.93% -
XYZ 19.3 14.13 81.83 -
YUV 82.5 215.19 69.87 -
System Red Green Blue C M Y K H S L
Decimal 1 94 237 1.00 0.60 0 0.07 216.36 0.99 0.47
Hex 1 5E ED 64 3C 0 7 D8 63 2F
Octal 1 136 355 144 74 0 7 330 143 57
Binary 1 1011110 11101101 1100100 111100 0 111 11011000 1100011 101111

Color Harmonies of #015EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EED

Black with #015EED

Text Example


Text Example

White with #015EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015EED; }

 p { color: rgb(1,94,237); }

 H1.HeaderClassName
 {
   color: #015EED;
 }
 .AnyTagClassName
 {
   color: #015EED;
 }
</style>

background-color css

<style>
 a { background-color: #015EED; }

 a { background-color: rgb(1,94,237); }

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

border-color css

<style>
 span { border-color: #015EED; }

 span { border-color: rgb(1,94,237); }

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