Html Css Color HEX #015CCD Navy Blue

📋 copy color: '#015CCD'

red 1 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #015CCD

Tints of Navy Blue #015CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 0.34%
G = 30.87%
B = 68.79%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015CCD (or 0x015CCD) is known color: Navy Blue. HEX triplet: 01, 5C and CD. RGB value is (1,92,205). Sum of RGB (Red+Green+Blue) = 1+92+205=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #015CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CCD is #FEA332. Grayscale: #4D4D4D. Windows color (decimal): -16687923 or 13458433. OLE color: 13458433.

HSL color Cylindrical-coordinate representation of color #015CCD: hue angle of 213.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CCD is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 92 205 -
CMYK 1.00 0.55 0 0.20
HSL 213.24º 0.99% 0.4% -
HSV(B) 213.24º 1% 0.8% -
XYZ 14.86 12.07 59.3 -
YUV 77.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 1 92 205 1.00 0.55 0 0.20 213.24 0.99 0.4
Hex 1 5C CD 64 37 0 14 D5 63 28
Octal 1 134 315 144 67 0 24 325 143 50
Binary 1 1011100 11001101 1100100 110111 0 10100 11010101 1100011 101000

Color Harmonies of #015CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CCD

Black with #015CCD

Text Example


Text Example

White with #015CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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