Html Css Color HEX #155AED Navy Blue

📋 copy color: '#155AED'

red 21 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #155AED

Tints of Navy Blue #155AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 6.03%
G = 25.86%
B = 68.1%

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

#155AED (or 0x155AED) is known color: Navy Blue. HEX triplet: 15, 5A and ED. RGB value is (21,90,237). Sum of RGB (Red+Green+Blue) = 21+90+237=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #155AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AED is #EAA512. Grayscale: #555555. Windows color (decimal): -15377683 or 15555093. OLE color: 15555093.

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

Color convert

RGB 21 90 237 -
CMYK 0.91 0.62 0 0.07
HSL 220.83º 0.86% 0.51% -
HSV(B) 220.83º 0.91% 0.93% -
XYZ 19.25 13.59 81.73 -
YUV 86.13 213.14 81.55 -
System Red Green Blue C M Y K H S L
Decimal 21 90 237 0.91 0.62 0 0.07 220.83 0.86 0.51
Hex 15 5A ED 5B 3E 0 7 DD 56 33
Octal 25 132 355 133 76 0 7 335 126 63
Binary 10101 1011010 11101101 1011011 111110 0 111 11011101 1010110 110011

Color Harmonies of #155AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AED

Black with #155AED

Text Example


Text Example

White with #155AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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