Html Css Color HEX #155DF0 Navy Blue

📋 copy color: '#155DF0'

red 21 ◦ green 93 ◦ blue 240

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

Shades of Navy Blue #155DF0

Tints of Navy Blue #155DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 5.93%
G = 26.27%
B = 67.8%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155DF0 (or 0x155DF0) is known color: Navy Blue. HEX triplet: 15, 5D and F0. RGB value is (21,93,240). Sum of RGB (Red+Green+Blue) = 21+93+240=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #155DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DF0 is #EAA20F. Grayscale: #575757. Windows color (decimal): -15376912 or 15752469. OLE color: 15752469.

HSL color Cylindrical-coordinate representation of color #155DF0: hue angle of 220.27º 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 #155DF0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 93 240 -
CMYK 0.91 0.61 0 0.06
HSL 220.27º 0.88% 0.51% -
HSV(B) 220.27º 0.91% 0.94% -
XYZ 19.95 14.28 84.14 -
YUV 88.23 213.65 80.05 -
System Red Green Blue C M Y K H S L
Decimal 21 93 240 0.91 0.61 0 0.06 220.27 0.88 0.51
Hex 15 5D F0 5B 3D 0 6 DC 58 33
Octal 25 135 360 133 75 0 6 334 130 63
Binary 10101 1011101 11110000 1011011 111101 0 110 11011100 1011000 110011

Color Harmonies of #155DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DF0

Black with #155DF0

Text Example


Text Example

White with #155DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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