Html Css Color HEX #015ECC Navy Blue

📋 copy color: '#015ECC'

red 1 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #015ECC

Tints of Navy Blue #015ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 0.33%
G = 31.44%
B = 68.23%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#015ECC (or 0x015ECC) is known color: Navy Blue. HEX triplet: 01, 5E and CC. RGB value is (1,94,204). Sum of RGB (Red+Green+Blue) = 1+94+204=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #015ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ECC is #FEA133. Grayscale: #4E4E4E. Windows color (decimal): -16687412 or 13393409. OLE color: 13393409.

HSL color Cylindrical-coordinate representation of color #015ECC: hue angle of 212.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ECC is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 94 204 -
CMYK 1.00 0.54 0 0.2
HSL 212.51º 0.99% 0.4% -
HSV(B) 212.51º 1% 0.8% -
XYZ 14.91 12.37 58.73 -
YUV 78.73 198.69 72.56 -
System Red Green Blue C M Y K H S L
Decimal 1 94 204 1.00 0.54 0 0.2 212.51 0.99 0.4
Hex 1 5E CC 64 36 0 14 D5 63 28
Octal 1 136 314 144 66 0 24 325 143 50
Binary 1 1011110 11001100 1100100 110110 0 10100 11010101 1100011 101000

Color Harmonies of #015ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ECC

Black with #015ECC

Text Example


Text Example

White with #015ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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