Html Css Color HEX #015FCD Navy Blue

📋 copy color: '#015FCD'

red 1 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #015FCD

Tints of Navy Blue #015FCD

RGB

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

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

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

R = 0.33%
G = 31.56%
B = 68.11%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015FCD (or 0x015FCD) is known color: Navy Blue. HEX triplet: 01, 5F and CD. RGB value is (1,95,205). Sum of RGB (Red+Green+Blue) = 1+95+205=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #015FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FCD is #FEA032. Grayscale: #4E4E4E. Windows color (decimal): -16687155 or 13459201. OLE color: 13459201.

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

Color convert

RGB 1 95 205 -
CMYK 1.00 0.54 0 0.20
HSL 212.35º 0.99% 0.4% -
HSV(B) 212.35º 1% 0.8% -
XYZ 15.12 12.6 59.39 -
YUV 79.43 198.86 72.06 -
System Red Green Blue C M Y K H S L
Decimal 1 95 205 1.00 0.54 0 0.20 212.35 0.99 0.4
Hex 1 5F CD 64 36 0 14 D4 63 28
Octal 1 137 315 144 66 0 24 324 143 50
Binary 1 1011111 11001101 1100100 110110 0 10100 11010100 1100011 101000

Color Harmonies of #015FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FCD

Black with #015FCD

Text Example


Text Example

White with #015FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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