Html Css Color HEX #156BD5 Navy Blue

📋 copy color: '#156BD5'

red 21 ◦ green 107 ◦ blue 213

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

Shades of Navy Blue #156BD5

Tints of Navy Blue #156BD5

RGB

 RED value IS 21 (8.59% from 255) = 6.16%

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 213 (83.59% from 255) = 62.46%

R = 6.16%
G = 31.38%
B = 62.46%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#156BD5 (or 0x156BD5) is known color: Navy Blue. HEX triplet: 15, 6B and D5. RGB value is (21,107,213). Sum of RGB (Red+Green+Blue) = 21+107+213=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #156BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BD5 is #EA942A. Grayscale: #5C5C5C. Windows color (decimal): -15373355 or 13986581. OLE color: 13986581.

HSL color Cylindrical-coordinate representation of color #156BD5: hue angle of 213.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156BD5 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 107 213 -
CMYK 0.90 0.50 0 0.16
HSL 213.13º 0.82% 0.46% -
HSV(B) 213.13º 0.9% 0.84% -
XYZ 17.58 15.48 65.01 -
YUV 93.37 195.51 76.38 -
System Red Green Blue C M Y K H S L
Decimal 21 107 213 0.90 0.50 0 0.16 213.13 0.82 0.46
Hex 15 6B D5 5A 32 0 10 D5 52 2E
Octal 25 153 325 132 62 0 20 325 122 56
Binary 10101 1101011 11010101 1011010 110010 0 10000 11010101 1010010 101110

Color Harmonies of #156BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BD5

Black with #156BD5

Text Example


Text Example

White with #156BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156BD5; }

 p { color: rgb(21,107,213); }

 H1.HeaderClassName
 {
   color: #156BD5;
 }
 .AnyTagClassName
 {
   color: #156BD5;
 }
</style>

background-color css

<style>
 a { background-color: #156BD5; }

 a { background-color: rgb(21,107,213); }

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

border-color css

<style>
 span { border-color: #156BD5; }

 span { border-color: rgb(21,107,213); }

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