Html Css Color HEX #155EEC Navy Blue

📋 copy color: '#155EEC'

red 21 ◦ green 94 ◦ blue 236

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

Shades of Navy Blue #155EEC

Tints of Navy Blue #155EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 5.98%
G = 26.78%
B = 67.24%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155EEC (or 0x155EEC) is known color: Navy Blue. HEX triplet: 15, 5E and EC. RGB value is (21,94,236). Sum of RGB (Red+Green+Blue) = 21+94+236=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #155EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EEC is #EAA113. Grayscale: #575757. Windows color (decimal): -15376660 or 15490581. OLE color: 15490581.

HSL color Cylindrical-coordinate representation of color #155EEC: hue angle of 219.63º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EEC is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 94 236 -
CMYK 0.91 0.60 0 0.07
HSL 219.63º 0.85% 0.5% -
HSV(B) 219.63º 0.91% 0.93% -
XYZ 19.45 14.22 81.08 -
YUV 88.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 21 94 236 0.91 0.60 0 0.07 219.63 0.85 0.5
Hex 15 5E EC 5B 3C 0 7 DC 55 32
Octal 25 136 354 133 74 0 7 334 125 62
Binary 10101 1011110 11101100 1011011 111100 0 111 11011100 1010101 110010

Color Harmonies of #155EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EEC

Black with #155EEC

Text Example


Text Example

White with #155EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155EEC; }

 p { color: rgb(21,94,236); }

 H1.HeaderClassName
 {
   color: #155EEC;
 }
 .AnyTagClassName
 {
   color: #155EEC;
 }
</style>

background-color css

<style>
 a { background-color: #155EEC; }

 a { background-color: rgb(21,94,236); }

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

border-color css

<style>
 span { border-color: #155EEC; }

 span { border-color: rgb(21,94,236); }

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