Html Css Color HEX #015ACE Navy Blue

📋 copy color: '#015ACE'

red 1 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #015ACE

Tints of Navy Blue #015ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 0.34%
G = 30.3%
B = 69.36%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#015ACE (or 0x015ACE) is known color: Navy Blue. HEX triplet: 01, 5A and CE. RGB value is (1,90,206). Sum of RGB (Red+Green+Blue) = 1+90+206=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #015ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ACE is #FEA531. Grayscale: #4C4C4C. Windows color (decimal): -16688434 or 13523457. OLE color: 13523457.

HSL color Cylindrical-coordinate representation of color #015ACE: hue angle of 213.95º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ACE is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 90 206 -
CMYK 1.00 0.56 0 0.19
HSL 213.95º 0.99% 0.41% -
HSV(B) 213.95º 1% 0.81% -
XYZ 14.81 11.78 59.88 -
YUV 76.61 201.01 74.07 -
System Red Green Blue C M Y K H S L
Decimal 1 90 206 1.00 0.56 0 0.19 213.95 0.99 0.41
Hex 1 5A CE 64 38 0 13 D6 63 29
Octal 1 132 316 144 70 0 23 326 143 51
Binary 1 1011010 11001110 1100100 111000 0 10011 11010110 1100011 101001

Color Harmonies of #015ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ACE

Black with #015ACE

Text Example


Text Example

White with #015ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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