Html Css Color HEX #156BE1 Navy Blue

📋 copy color: '#156BE1'

red 21 ◦ green 107 ◦ blue 225

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

Shades of Navy Blue #156BE1

Tints of Navy Blue #156BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.74%

R = 5.95%
G = 30.31%
B = 63.74%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#156BE1 (or 0x156BE1) is known color: Navy Blue. HEX triplet: 15, 6B and E1. RGB value is (21,107,225). Sum of RGB (Red+Green+Blue) = 21+107+225=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #156BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BE1 is #EA941E. Grayscale: #5E5E5E. Windows color (decimal): -15373343 or 14773013. OLE color: 14773013.

HSL color Cylindrical-coordinate representation of color #156BE1: hue angle of 214.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156BE1 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 107 225 -
CMYK 0.91 0.52 0 0.12
HSL 214.71º 0.83% 0.48% -
HSV(B) 214.71º 0.91% 0.88% -
XYZ 19.16 16.11 73.33 -
YUV 94.74 201.51 75.41 -
System Red Green Blue C M Y K H S L
Decimal 21 107 225 0.91 0.52 0 0.12 214.71 0.83 0.48
Hex 15 6B E1 5B 34 0 C D7 53 30
Octal 25 153 341 133 64 0 14 327 123 60
Binary 10101 1101011 11100001 1011011 110100 0 1100 11010111 1010011 110000

Color Harmonies of #156BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BE1

Black with #156BE1

Text Example


Text Example

White with #156BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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