Html Css Color HEX #015BBB Navy Blue

📋 copy color: '#015BBB'

red 1 ◦ green 91 ◦ blue 187

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

Shades of Navy Blue #015BBB

Tints of Navy Blue #015BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 0.36%
G = 32.62%
B = 67.03%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015BBB (or 0x015BBB) is known color: Navy Blue. HEX triplet: 01, 5B and BB. RGB value is (1,91,187). Sum of RGB (Red+Green+Blue) = 1+91+187=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #015BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BBB is #FEA444. Grayscale: #4A4A4A. Windows color (decimal): -16688197 or 12278529. OLE color: 12278529.

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

Color convert

RGB 1 91 187 -
CMYK 0.99 0.51 0 0.27
HSL 210.97º 0.99% 0.37% -
HSV(B) 210.97º 0.99% 0.73% -
XYZ 12.72 11.08 48.48 -
YUV 75.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 1 91 187 0.99 0.51 0 0.27 210.97 0.99 0.37
Hex 1 5B BB 63 33 0 1B D3 63 25
Octal 1 133 273 143 63 0 33 323 143 45
Binary 1 1011011 10111011 1100011 110011 0 11011 11010011 1100011 100101

Color Harmonies of #015BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BBB

Black with #015BBB

Text Example


Text Example

White with #015BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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