Html Css Color HEX #015ABC Navy Blue

📋 copy color: '#015ABC'

red 1 ◦ green 90 ◦ blue 188

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

Shades of Navy Blue #015ABC

Tints of Navy Blue #015ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 0.36%
G = 32.26%
B = 67.38%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#015ABC (or 0x015ABC) is known color: Navy Blue. HEX triplet: 01, 5A and BC. RGB value is (1,90,188). Sum of RGB (Red+Green+Blue) = 1+90+188=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #015ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ABC is #FEA543. Grayscale: #4A4A4A. Windows color (decimal): -16688452 or 12343809. OLE color: 12343809.

HSL color Cylindrical-coordinate representation of color #015ABC: hue angle of 211.44º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015ABC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 90 188 -
CMYK 0.99 0.52 0 0.26
HSL 211.44º 0.99% 0.37% -
HSV(B) 211.44º 0.99% 0.74% -
XYZ 12.75 10.95 49.02 -
YUV 74.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 1 90 188 0.99 0.52 0 0.26 211.44 0.99 0.37
Hex 1 5A BC 63 34 0 1A D3 63 25
Octal 1 132 274 143 64 0 32 323 143 45
Binary 1 1011010 10111100 1100011 110100 0 11010 11010011 1100011 100101

Color Harmonies of #015ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ABC

Black with #015ABC

Text Example


Text Example

White with #015ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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