Html Css Color HEX #015FD0 Navy Blue

📋 copy color: '#015FD0'

red 1 ◦ green 95 ◦ blue 208

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

Shades of Navy Blue #015FD0

Tints of Navy Blue #015FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 208 (81.64% from 255) = 68.42%

R = 0.33%
G = 31.25%
B = 68.42%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#015FD0 (or 0x015FD0) is known color: Navy Blue. HEX triplet: 01, 5F and D0. RGB value is (1,95,208). Sum of RGB (Red+Green+Blue) = 1+95+208=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #015FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FD0 is #FEA02F. Grayscale: #4F4F4F. Windows color (decimal): -16687152 or 13655809. OLE color: 13655809.

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

Color convert

RGB 1 95 208 -
CMYK 1.00 0.54 0 0.18
HSL 212.75º 0.99% 0.41% -
HSV(B) 212.75º 1% 0.82% -
XYZ 15.49 12.74 61.32 -
YUV 79.78 200.36 71.81 -
System Red Green Blue C M Y K H S L
Decimal 1 95 208 1.00 0.54 0 0.18 212.75 0.99 0.41
Hex 1 5F D0 64 36 0 12 D5 63 29
Octal 1 137 320 144 66 0 22 325 143 51
Binary 1 1011111 11010000 1100100 110110 0 10010 11010101 1100011 101001

Color Harmonies of #015FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FD0

Black with #015FD0

Text Example


Text Example

White with #015FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,208); }

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

background-color css

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

 a { background-color: rgb(1,95,208); }

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

border-color css

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

 span { border-color: rgb(1,95,208); }

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