Html Css Color HEX #156BEA Navy Blue

📋 copy color: '#156BEA'

red 21 ◦ green 107 ◦ blue 234

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

Shades of Navy Blue #156BEA

Tints of Navy Blue #156BEA

RGB

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

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

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

R = 5.8%
G = 29.56%
B = 64.64%

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

#156BEA (or 0x156BEA) is known color: Navy Blue. HEX triplet: 15, 6B and EA. RGB value is (21,107,234). Sum of RGB (Red+Green+Blue) = 21+107+234=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #156BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BEA is #EA9415. Grayscale: #5F5F5F. Windows color (decimal): -15373334 or 15362837. OLE color: 15362837.

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

Color convert

RGB 21 107 234 -
CMYK 0.91 0.54 0 0.08
HSL 215.77º 0.84% 0.5% -
HSV(B) 215.77º 0.91% 0.92% -
XYZ 20.42 16.62 79.97 -
YUV 95.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 21 107 234 0.91 0.54 0 0.08 215.77 0.84 0.5
Hex 15 6B EA 5B 36 0 8 D8 54 32
Octal 25 153 352 133 66 0 10 330 124 62
Binary 10101 1101011 11101010 1011011 110110 0 1000 11011000 1010100 110010

Color Harmonies of #156BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BEA

Black with #156BEA

Text Example


Text Example

White with #156BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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