Html Css Color HEX #155FE1 Navy Blue

📋 copy color: '#155FE1'

red 21 ◦ green 95 ◦ blue 225

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

Shades of Navy Blue #155FE1

Tints of Navy Blue #155FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 6.16%
G = 27.86%
B = 65.98%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#155FE1 (or 0x155FE1) is known color: Navy Blue. HEX triplet: 15, 5F and E1. RGB value is (21,95,225). Sum of RGB (Red+Green+Blue) = 21+95+225=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #155FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FE1 is #EAA01E. Grayscale: #575757. Windows color (decimal): -15376415 or 14769941. OLE color: 14769941.

HSL color Cylindrical-coordinate representation of color #155FE1: hue angle of 218.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FE1 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 95 225 -
CMYK 0.91 0.58 0 0.12
HSL 218.24º 0.83% 0.48% -
HSV(B) 218.24º 0.91% 0.88% -
XYZ 17.99 13.78 72.95 -
YUV 87.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 21 95 225 0.91 0.58 0 0.12 218.24 0.83 0.48
Hex 15 5F E1 5B 3A 0 C DA 53 30
Octal 25 137 341 133 72 0 14 332 123 60
Binary 10101 1011111 11100001 1011011 111010 0 1100 11011010 1010011 110000

Color Harmonies of #155FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FE1

Black with #155FE1

Text Example


Text Example

White with #155FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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