Html Css Color HEX #015FCB Navy Blue

📋 copy color: '#015FCB'

red 1 ◦ green 95 ◦ blue 203

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

Shades of Navy Blue #015FCB

Tints of Navy Blue #015FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 0.33%
G = 31.77%
B = 67.89%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015FCB (or 0x015FCB) is known color: Navy Blue. HEX triplet: 01, 5F and CB. RGB value is (1,95,203). Sum of RGB (Red+Green+Blue) = 1+95+203=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #015FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FCB is #FEA034. Grayscale: #4E4E4E. Windows color (decimal): -16687157 or 13328129. OLE color: 13328129.

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

Color convert

RGB 1 95 203 -
CMYK 1.00 0.53 0 0.20
HSL 212.08º 0.99% 0.4% -
HSV(B) 212.08º 1% 0.8% -
XYZ 14.88 12.5 58.13 -
YUV 79.21 197.86 72.22 -
System Red Green Blue C M Y K H S L
Decimal 1 95 203 1.00 0.53 0 0.20 212.08 0.99 0.4
Hex 1 5F CB 64 35 0 14 D4 63 28
Octal 1 137 313 144 65 0 24 324 143 50
Binary 1 1011111 11001011 1100100 110101 0 10100 11010100 1100011 101000

Color Harmonies of #015FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FCB

Black with #015FCB

Text Example


Text Example

White with #015FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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