Html Css Color HEX #156CEA Navy Blue

📋 copy color: '#156CEA'

red 21 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #156CEA

Tints of Navy Blue #156CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 5.79%
G = 29.75%
B = 64.46%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#156CEA (or 0x156CEA) is known color: Navy Blue. HEX triplet: 15, 6C and EA. RGB value is (21,108,234). Sum of RGB (Red+Green+Blue) = 21+108+234=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #156CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CEA is #EA9315. Grayscale: #5F5F5F. Windows color (decimal): -15373078 or 15363093. OLE color: 15363093.

HSL color Cylindrical-coordinate representation of color #156CEA: hue angle of 215.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156CEA is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 108 234 -
CMYK 0.91 0.54 0 0.08
HSL 215.49º 0.84% 0.5% -
HSV(B) 215.49º 0.91% 0.92% -
XYZ 20.52 16.83 80.01 -
YUV 96.35 205.68 74.25 -
System Red Green Blue C M Y K H S L
Decimal 21 108 234 0.91 0.54 0 0.08 215.49 0.84 0.5
Hex 15 6C EA 5B 36 0 8 D7 54 32
Octal 25 154 352 133 66 0 10 327 124 62
Binary 10101 1101100 11101010 1011011 110110 0 1000 11010111 1010100 110010

Color Harmonies of #156CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CEA

Black with #156CEA

Text Example


Text Example

White with #156CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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