Html Css Color HEX #155FEC Navy Blue

📋 copy color: '#155FEC'

red 21 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #155FEC

Tints of Navy Blue #155FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 5.97%
G = 26.99%
B = 67.05%

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

#155FEC (or 0x155FEC) is known color: Navy Blue. HEX triplet: 15, 5F and EC. RGB value is (21,95,236). Sum of RGB (Red+Green+Blue) = 21+95+236=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #155FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FEC is #EAA013. Grayscale: #585858. Windows color (decimal): -15376404 or 15490837. OLE color: 15490837.

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

Color convert

RGB 21 95 236 -
CMYK 0.91 0.60 0 0.07
HSL 219.35º 0.85% 0.5% -
HSV(B) 219.35º 0.91% 0.93% -
XYZ 19.54 14.4 81.11 -
YUV 88.95 210.98 79.54 -
System Red Green Blue C M Y K H S L
Decimal 21 95 236 0.91 0.60 0 0.07 219.35 0.85 0.5
Hex 15 5F EC 5B 3C 0 7 DB 55 32
Octal 25 137 354 133 74 0 7 333 125 62
Binary 10101 1011111 11101100 1011011 111100 0 111 11011011 1010101 110010

Color Harmonies of #155FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FEC

Black with #155FEC

Text Example


Text Example

White with #155FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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