Html Css Color HEX #015BCB Navy Blue

📋 copy color: '#015BCB'

red 1 ◦ green 91 ◦ blue 203

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

Shades of Navy Blue #015BCB

Tints of Navy Blue #015BCB

RGB

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

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

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

R = 0.34%
G = 30.85%
B = 68.81%

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

#015BCB (or 0x015BCB) is known color: Navy Blue. HEX triplet: 01, 5B and CB. RGB value is (1,91,203). Sum of RGB (Red+Green+Blue) = 1+91+203=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #015BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BCB is #FEA434. Grayscale: #4C4C4C. Windows color (decimal): -16688181 or 13327105. OLE color: 13327105.

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

Color convert

RGB 1 91 203 -
CMYK 1.00 0.55 0 0.20
HSL 213.27º 0.99% 0.4% -
HSV(B) 213.27º 1% 0.8% -
XYZ 14.53 11.8 58.01 -
YUV 76.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 1 91 203 1.00 0.55 0 0.20 213.27 0.99 0.4
Hex 1 5B CB 64 37 0 14 D5 63 28
Octal 1 133 313 144 67 0 24 325 143 50
Binary 1 1011011 11001011 1100100 110111 0 10100 11010101 1100011 101000

Color Harmonies of #015BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BCB

Black with #015BCB

Text Example


Text Example

White with #015BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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