Html Css Color HEX #156CE7 Navy Blue

📋 copy color: '#156CE7'

red 21 ◦ green 108 ◦ blue 231

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

Shades of Navy Blue #156CE7

Tints of Navy Blue #156CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.17%

R = 5.83%
G = 30%
B = 64.17%

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

#156CE7 (or 0x156CE7) is known color: Navy Blue. HEX triplet: 15, 6C and E7. RGB value is (21,108,231). Sum of RGB (Red+Green+Blue) = 21+108+231=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 231 (90.62% from 255 or 64.17% from 360); Max value from RGB is 231 - color contains mainly: blue. Hex color #156CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CE7 is #EA9318. Grayscale: #5F5F5F. Windows color (decimal): -15373081 or 15166485. OLE color: 15166485.

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

Color convert

RGB 21 108 231 -
CMYK 0.91 0.53 0 0.09
HSL 215.14º 0.83% 0.49% -
HSV(B) 215.14º 0.91% 0.91% -
XYZ 20.1 16.65 77.76 -
YUV 96.01 204.18 74.5 -
System Red Green Blue C M Y K H S L
Decimal 21 108 231 0.91 0.53 0 0.09 215.14 0.83 0.49
Hex 15 6C E7 5B 35 0 9 D7 53 31
Octal 25 154 347 133 65 0 11 327 123 61
Binary 10101 1101100 11100111 1011011 110101 0 1001 11010111 1010011 110001

Color Harmonies of #156CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CE7

Black with #156CE7

Text Example


Text Example

White with #156CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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