Html Css Color HEX #015BBC Navy Blue

📋 copy color: '#015BBC'

red 1 ◦ green 91 ◦ blue 188

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

Shades of Navy Blue #015BBC

Tints of Navy Blue #015BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 0.36%
G = 32.5%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#015BBC (or 0x015BBC) is known color: Navy Blue. HEX triplet: 01, 5B and BC. RGB value is (1,91,188). Sum of RGB (Red+Green+Blue) = 1+91+188=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #015BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BBC is #FEA443. Grayscale: #4A4A4A. Windows color (decimal): -16688196 or 12344065. OLE color: 12344065.

HSL color Cylindrical-coordinate representation of color #015BBC: hue angle of 211.12º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BBC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 91 188 -
CMYK 0.99 0.52 0 0.26
HSL 211.12º 0.99% 0.37% -
HSV(B) 211.12º 0.99% 0.74% -
XYZ 12.83 11.12 49.05 -
YUV 75.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 1 91 188 0.99 0.52 0 0.26 211.12 0.99 0.37
Hex 1 5B BC 63 34 0 1A D3 63 25
Octal 1 133 274 143 64 0 32 323 143 45
Binary 1 1011011 10111100 1100011 110100 0 11010 11010011 1100011 100101

Color Harmonies of #015BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BBC

Black with #015BBC

Text Example


Text Example

White with #015BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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