Html Css Color HEX #015BD2 Navy Blue

📋 copy color: '#015BD2'

red 1 ◦ green 91 ◦ blue 210

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

Shades of Navy Blue #015BD2

Tints of Navy Blue #015BD2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 210 (82.42% from 255) = 69.54%

R = 0.33%
G = 30.13%
B = 69.54%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#015BD2 (or 0x015BD2) is known color: Navy Blue. HEX triplet: 01, 5B and D2. RGB value is (1,91,210). Sum of RGB (Red+Green+Blue) = 1+91+210=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 210 (82.42% from 255 or 69.54% from 302); Max value from RGB is 210 - color contains mainly: blue. Hex color #015BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BD2 is #FEA42D. Grayscale: #4D4D4D. Windows color (decimal): -16688174 or 13785857. OLE color: 13785857.

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

Color convert

RGB 1 91 210 -
CMYK 1.00 0.57 0 0.18
HSL 214.16º 0.99% 0.41% -
HSV(B) 214.16º 1% 0.82% -
XYZ 15.39 12.14 62.51 -
YUV 77.66 202.68 73.32 -
System Red Green Blue C M Y K H S L
Decimal 1 91 210 1.00 0.57 0 0.18 214.16 0.99 0.41
Hex 1 5B D2 64 39 0 12 D6 63 29
Octal 1 133 322 144 71 0 22 326 143 51
Binary 1 1011011 11010010 1100100 111001 0 10010 11010110 1100011 101001

Color Harmonies of #015BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BD2

Black with #015BD2

Text Example


Text Example

White with #015BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,210); }

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

background-color css

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

 a { background-color: rgb(1,91,210); }

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

border-color css

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

 span { border-color: rgb(1,91,210); }

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