Html Css Color HEX #156CE5 Navy Blue

📋 copy color: '#156CE5'

red 21 ◦ green 108 ◦ blue 229

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

Shades of Navy Blue #156CE5

Tints of Navy Blue #156CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 5.87%
G = 30.17%
B = 63.97%

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

#156CE5 (or 0x156CE5) is known color: Navy Blue. HEX triplet: 15, 6C and E5. RGB value is (21,108,229). Sum of RGB (Red+Green+Blue) = 21+108+229=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #156CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CE5 is #EA931A. Grayscale: #5F5F5F. Windows color (decimal): -15373083 or 15035413. OLE color: 15035413.

HSL color Cylindrical-coordinate representation of color #156CE5: hue angle of 214.9º 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 #156CE5 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 108 229 -
CMYK 0.91 0.53 0 0.10
HSL 214.9º 0.83% 0.49% -
HSV(B) 214.9º 0.91% 0.9% -
XYZ 19.81 16.54 76.28 -
YUV 95.78 203.18 74.66 -
System Red Green Blue C M Y K H S L
Decimal 21 108 229 0.91 0.53 0 0.10 214.9 0.83 0.49
Hex 15 6C E5 5B 35 0 A D7 53 31
Octal 25 154 345 133 65 0 12 327 123 61
Binary 10101 1101100 11100101 1011011 110101 0 1010 11010111 1010011 110001

Color Harmonies of #156CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CE5

Black with #156CE5

Text Example


Text Example

White with #156CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,108,229); }

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

background-color css

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

 a { background-color: rgb(21,108,229); }

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

border-color css

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

 span { border-color: rgb(21,108,229); }

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