Html Css Color HEX #156DD7 Navy Blue

📋 copy color: '#156DD7'

red 21 ◦ green 109 ◦ blue 215

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

Shades of Navy Blue #156DD7

Tints of Navy Blue #156DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 6.09%
G = 31.59%
B = 62.32%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#156DD7 (or 0x156DD7) is known color: Navy Blue. HEX triplet: 15, 6D and D7. RGB value is (21,109,215). Sum of RGB (Red+Green+Blue) = 21+109+215=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #156DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DD7 is #EA9228. Grayscale: #5E5E5E. Windows color (decimal): -15372841 or 14118165. OLE color: 14118165.

HSL color Cylindrical-coordinate representation of color #156DD7: hue angle of 212.78º 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 #156DD7 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 109 215 -
CMYK 0.90 0.49 0 0.16
HSL 212.78º 0.82% 0.46% -
HSV(B) 212.78º 0.9% 0.84% -
XYZ 18.04 16 66.43 -
YUV 94.77 195.85 75.38 -
System Red Green Blue C M Y K H S L
Decimal 21 109 215 0.90 0.49 0 0.16 212.78 0.82 0.46
Hex 15 6D D7 5A 31 0 10 D5 52 2E
Octal 25 155 327 132 61 0 20 325 122 56
Binary 10101 1101101 11010111 1011010 110001 0 10000 11010101 1010010 101110

Color Harmonies of #156DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DD7

Black with #156DD7

Text Example


Text Example

White with #156DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,109,215); }

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

background-color css

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

 a { background-color: rgb(21,109,215); }

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

border-color css

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

 span { border-color: rgb(21,109,215); }

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