Html Css Color HEX #015CD2 Navy Blue

📋 copy color: '#015CD2'

red 1 ◦ green 92 ◦ blue 210

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

Shades of Navy Blue #015CD2

Tints of Navy Blue #015CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 0.33%
G = 30.36%
B = 69.31%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#015CD2 (or 0x015CD2) is known color: Navy Blue. HEX triplet: 01, 5C and D2. RGB value is (1,92,210). Sum of RGB (Red+Green+Blue) = 1+92+210=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #015CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CD2 is #FEA32D. Grayscale: #4D4D4D. Windows color (decimal): -16687918 or 13786113. OLE color: 13786113.

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

Color convert

RGB 1 92 210 -
CMYK 1.00 0.56 0 0.18
HSL 213.88º 0.99% 0.41% -
HSV(B) 213.88º 1% 0.82% -
XYZ 15.47 12.31 62.53 -
YUV 78.24 202.35 72.91 -
System Red Green Blue C M Y K H S L
Decimal 1 92 210 1.00 0.56 0 0.18 213.88 0.99 0.41
Hex 1 5C D2 64 38 0 12 D6 63 29
Octal 1 134 322 144 70 0 22 326 143 51
Binary 1 1011100 11010010 1100100 111000 0 10010 11010110 1100011 101001

Color Harmonies of #015CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CD2

Black with #015CD2

Text Example


Text Example

White with #015CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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