Html Css Color HEX #015ADF Navy Blue

📋 copy color: '#015ADF'

red 1 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #015ADF

Tints of Navy Blue #015ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 0.32%
G = 28.66%
B = 71.02%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#015ADF (or 0x015ADF) is known color: Navy Blue. HEX triplet: 01, 5A and DF. RGB value is (1,90,223). Sum of RGB (Red+Green+Blue) = 1+90+223=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #015ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ADF is #FEA520. Grayscale: #4D4D4D. Windows color (decimal): -16688417 or 14637569. OLE color: 14637569.

HSL color Cylindrical-coordinate representation of color #015ADF: hue angle of 215.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ADF is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 90 223 -
CMYK 1.00 0.60 0 0.13
HSL 215.95º 0.99% 0.44% -
HSV(B) 215.95º 1% 0.87% -
XYZ 16.99 12.65 71.36 -
YUV 78.55 209.51 72.69 -
System Red Green Blue C M Y K H S L
Decimal 1 90 223 1.00 0.60 0 0.13 215.95 0.99 0.44
Hex 1 5A DF 64 3C 0 D D8 63 2C
Octal 1 132 337 144 74 0 15 330 143 54
Binary 1 1011010 11011111 1100100 111100 0 1101 11011000 1100011 101100

Color Harmonies of #015ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ADF

Black with #015ADF

Text Example


Text Example

White with #015ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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