Html Css Color HEX #156DE6 Navy Blue

📋 copy color: '#156DE6'

red 21 ◦ green 109 ◦ blue 230

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

Shades of Navy Blue #156DE6

Tints of Navy Blue #156DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.89%

R = 5.83%
G = 30.28%
B = 63.89%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#156DE6 (or 0x156DE6) is known color: Navy Blue. HEX triplet: 15, 6D and E6. RGB value is (21,109,230). Sum of RGB (Red+Green+Blue) = 21+109+230=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #156DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156DE6 is #EA9219. Grayscale: #5F5F5F. Windows color (decimal): -15372826 or 15101205. OLE color: 15101205.

HSL color Cylindrical-coordinate representation of color #156DE6: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156DE6 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 109 230 -
CMYK 0.91 0.53 0 0.10
HSL 214.74º 0.83% 0.49% -
HSV(B) 214.74º 0.91% 0.9% -
XYZ 20.06 16.81 77.05 -
YUV 96.48 203.35 74.16 -
System Red Green Blue C M Y K H S L
Decimal 21 109 230 0.91 0.53 0 0.10 214.74 0.83 0.49
Hex 15 6D E6 5B 35 0 A D7 53 31
Octal 25 155 346 133 65 0 12 327 123 61
Binary 10101 1101101 11100110 1011011 110101 0 1010 11010111 1010011 110001

Color Harmonies of #156DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DE6

Black with #156DE6

Text Example


Text Example

White with #156DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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