Html Css Color HEX #155AE6 Navy Blue

📋 copy color: '#155AE6'

red 21 ◦ green 90 ◦ blue 230

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

Shades of Navy Blue #155AE6

Tints of Navy Blue #155AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.45%

R = 6.16%
G = 26.39%
B = 67.45%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#155AE6 (or 0x155AE6) is known color: Navy Blue. HEX triplet: 15, 5A and E6. RGB value is (21,90,230). Sum of RGB (Red+Green+Blue) = 21+90+230=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #155AE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AE6 is #EAA519. Grayscale: #545454. Windows color (decimal): -15377690 or 15096341. OLE color: 15096341.

HSL color Cylindrical-coordinate representation of color #155AE6: hue angle of 220.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155AE6 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 90 230 -
CMYK 0.91 0.61 0 0.10
HSL 220.19º 0.83% 0.49% -
HSV(B) 220.19º 0.91% 0.9% -
XYZ 18.25 13.18 76.45 -
YUV 85.33 209.64 82.12 -
System Red Green Blue C M Y K H S L
Decimal 21 90 230 0.91 0.61 0 0.10 220.19 0.83 0.49
Hex 15 5A E6 5B 3D 0 A DC 53 31
Octal 25 132 346 133 75 0 12 334 123 61
Binary 10101 1011010 11100110 1011011 111101 0 1010 11011100 1010011 110001

Color Harmonies of #155AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AE6

Black with #155AE6

Text Example


Text Example

White with #155AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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