Html Css Color HEX #156CE8 Navy Blue

📋 copy color: '#156CE8'

red 21 ◦ green 108 ◦ blue 232

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

Shades of Navy Blue #156CE8

Tints of Navy Blue #156CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.27%

R = 5.82%
G = 29.92%
B = 64.27%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#156CE8 (or 0x156CE8) is known color: Navy Blue. HEX triplet: 15, 6C and E8. RGB value is (21,108,232). Sum of RGB (Red+Green+Blue) = 21+108+232=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #156CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CE8 is #EA9317. Grayscale: #5F5F5F. Windows color (decimal): -15373080 or 15232021. OLE color: 15232021.

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

Color convert

RGB 21 108 232 -
CMYK 0.91 0.53 0 0.09
HSL 215.26º 0.83% 0.5% -
HSV(B) 215.26º 0.91% 0.91% -
XYZ 20.24 16.71 78.5 -
YUV 96.12 204.68 74.42 -
System Red Green Blue C M Y K H S L
Decimal 21 108 232 0.91 0.53 0 0.09 215.26 0.83 0.5
Hex 15 6C E8 5B 35 0 9 D7 53 32
Octal 25 154 350 133 65 0 11 327 123 62
Binary 10101 1101100 11101000 1011011 110101 0 1001 11010111 1010011 110010

Color Harmonies of #156CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CE8

Black with #156CE8

Text Example


Text Example

White with #156CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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