Html Css Color HEX #015ACC Navy Blue

📋 copy color: '#015ACC'

red 1 ◦ green 90 ◦ blue 204

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

Shades of Navy Blue #015ACC

Tints of Navy Blue #015ACC

RGB

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

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

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

R = 0.34%
G = 30.51%
B = 69.15%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#015ACC (or 0x015ACC) is known color: Navy Blue. HEX triplet: 01, 5A and CC. RGB value is (1,90,204). Sum of RGB (Red+Green+Blue) = 1+90+204=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #015ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ACC is #FEA533. Grayscale: #4B4B4B. Windows color (decimal): -16688436 or 13392385. OLE color: 13392385.

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

Color convert

RGB 1 90 204 -
CMYK 1.00 0.56 0 0.2
HSL 213.69º 0.99% 0.4% -
HSV(B) 213.69º 1% 0.8% -
XYZ 14.57 11.68 58.61 -
YUV 76.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 1 90 204 1.00 0.56 0 0.2 213.69 0.99 0.4
Hex 1 5A CC 64 38 0 14 D6 63 28
Octal 1 132 314 144 70 0 24 326 143 50
Binary 1 1011010 11001100 1100100 111000 0 10100 11010110 1100011 101000

Color Harmonies of #015ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ACC

Black with #015ACC

Text Example


Text Example

White with #015ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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