Html Css Color HEX #155BF0 Navy Blue

📋 copy color: '#155BF0'

red 21 ◦ green 91 ◦ blue 240

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

Shades of Navy Blue #155BF0

Tints of Navy Blue #155BF0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 240 (94.14% from 255) = 68.18%

R = 5.97%
G = 25.85%
B = 68.18%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155BF0 (or 0x155BF0) is known color: Navy Blue. HEX triplet: 15, 5B and F0. RGB value is (21,91,240). Sum of RGB (Red+Green+Blue) = 21+91+240=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #155BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BF0 is #EAA40F. Grayscale: #565656. Windows color (decimal): -15377424 or 15751957. OLE color: 15751957.

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

Color convert

RGB 21 91 240 -
CMYK 0.91 0.62 0 0.06
HSL 220.82º 0.88% 0.51% -
HSV(B) 220.82º 0.91% 0.94% -
XYZ 19.78 13.93 84.08 -
YUV 87.06 214.31 80.88 -
System Red Green Blue C M Y K H S L
Decimal 21 91 240 0.91 0.62 0 0.06 220.82 0.88 0.51
Hex 15 5B F0 5B 3E 0 6 DD 58 33
Octal 25 133 360 133 76 0 6 335 130 63
Binary 10101 1011011 11110000 1011011 111110 0 110 11011101 1011000 110011

Color Harmonies of #155BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BF0

Black with #155BF0

Text Example


Text Example

White with #155BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,240); }

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

background-color css

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

 a { background-color: rgb(21,91,240); }

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

border-color css

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

 span { border-color: rgb(21,91,240); }

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