Html Css Color HEX #015ACD Navy Blue

📋 copy color: '#015ACD'

red 1 ◦ green 90 ◦ blue 205

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

Shades of Navy Blue #015ACD

Tints of Navy Blue #015ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 205 (80.47% from 255) = 69.26%

R = 0.34%
G = 30.41%
B = 69.26%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015ACD (or 0x015ACD) is known color: Navy Blue. HEX triplet: 01, 5A and CD. RGB value is (1,90,205). Sum of RGB (Red+Green+Blue) = 1+90+205=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #015ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ACD is #FEA532. Grayscale: #4B4B4B. Windows color (decimal): -16688435 or 13457921. OLE color: 13457921.

HSL color Cylindrical-coordinate representation of color #015ACD: hue angle of 213.82º 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 #015ACD is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 90 205 -
CMYK 1.00 0.56 0 0.20
HSL 213.82º 0.99% 0.4% -
HSV(B) 213.82º 1% 0.8% -
XYZ 14.69 11.73 59.25 -
YUV 76.5 200.51 74.15 -
System Red Green Blue C M Y K H S L
Decimal 1 90 205 1.00 0.56 0 0.20 213.82 0.99 0.4
Hex 1 5A CD 64 38 0 14 D6 63 28
Octal 1 132 315 144 70 0 24 326 143 50
Binary 1 1011010 11001101 1100100 111000 0 10100 11010110 1100011 101000

Color Harmonies of #015ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ACD

Black with #015ACD

Text Example


Text Example

White with #015ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,205); }

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

background-color css

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

 a { background-color: rgb(1,90,205); }

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

border-color css

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

 span { border-color: rgb(1,90,205); }

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