Html Css Color HEX #155EF1 Navy Blue

📋 copy color: '#155EF1'

red 21 ◦ green 94 ◦ blue 241

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

Shades of Navy Blue #155EF1

Tints of Navy Blue #155EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 5.9%
G = 26.4%
B = 67.7%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#155EF1 (or 0x155EF1) is known color: Navy Blue. HEX triplet: 15, 5E and F1. RGB value is (21,94,241). Sum of RGB (Red+Green+Blue) = 21+94+241=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #155EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EF1 is #EAA10E. Grayscale: #585858. Windows color (decimal): -15376655 or 15818261. OLE color: 15818261.

HSL color Cylindrical-coordinate representation of color #155EF1: hue angle of 220.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EF1 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 94 241 -
CMYK 0.91 0.61 0 0.05
HSL 220.09º 0.89% 0.51% -
HSV(B) 220.09º 0.91% 0.95% -
XYZ 20.19 14.52 84.96 -
YUV 88.93 213.82 79.55 -
System Red Green Blue C M Y K H S L
Decimal 21 94 241 0.91 0.61 0 0.05 220.09 0.89 0.51
Hex 15 5E F1 5B 3D 0 5 DC 59 33
Octal 25 136 361 133 75 0 5 334 131 63
Binary 10101 1011110 11110001 1011011 111101 0 101 11011100 1011001 110011

Color Harmonies of #155EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EF1

Black with #155EF1

Text Example


Text Example

White with #155EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,241); }

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

background-color css

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

 a { background-color: rgb(21,94,241); }

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

border-color css

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

 span { border-color: rgb(21,94,241); }

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