Html Css Color HEX #155AEC Navy Blue

📋 copy color: '#155AEC'

red 21 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #155AEC

Tints of Navy Blue #155AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

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

R = 6.05%
G = 25.94%
B = 68.01%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155AEC (or 0x155AEC) is known color: Navy Blue. HEX triplet: 15, 5A and EC. RGB value is (21,90,236). Sum of RGB (Red+Green+Blue) = 21+90+236=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #155AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AEC is #EAA513. Grayscale: #555555. Windows color (decimal): -15377684 or 15489557. OLE color: 15489557.

HSL color Cylindrical-coordinate representation of color #155AEC: hue angle of 220.74º 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 #155AEC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 90 236 -
CMYK 0.91 0.62 0 0.07
HSL 220.74º 0.85% 0.5% -
HSV(B) 220.74º 0.91% 0.93% -
XYZ 19.11 13.53 80.96 -
YUV 86.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 21 90 236 0.91 0.62 0 0.07 220.74 0.85 0.5
Hex 15 5A EC 5B 3E 0 7 DD 55 32
Octal 25 132 354 133 76 0 7 335 125 62
Binary 10101 1011010 11101100 1011011 111110 0 111 11011101 1010101 110010

Color Harmonies of #155AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AEC

Black with #155AEC

Text Example


Text Example

White with #155AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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