Html Css Color HEX #155FF7 Navy Blue

📋 copy color: '#155FF7'

red 21 ◦ green 95 ◦ blue 247

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

Shades of Navy Blue #155FF7

Tints of Navy Blue #155FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 5.79%
G = 26.17%
B = 68.04%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#155FF7 (or 0x155FF7) is known color: Navy Blue. HEX triplet: 15, 5F and F7. RGB value is (21,95,247). Sum of RGB (Red+Green+Blue) = 21+95+247=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #155FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FF7 is #EAA008. Grayscale: #595959. Windows color (decimal): -15376393 or 16211733. OLE color: 16211733.

HSL color Cylindrical-coordinate representation of color #155FF7: hue angle of 220.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FF7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 95 247 -
CMYK 0.91 0.62 0 0.03
HSL 220.35º 0.93% 0.53% -
HSV(B) 220.35º 0.91% 0.97% -
XYZ 21.19 15.06 89.79 -
YUV 90.2 216.48 78.64 -
System Red Green Blue C M Y K H S L
Decimal 21 95 247 0.91 0.62 0 0.03 220.35 0.93 0.53
Hex 15 5F F7 5B 3E 0 3 DC 5D 35
Octal 25 137 367 133 76 0 3 334 135 65
Binary 10101 1011111 11110111 1011011 111110 0 11 11011100 1011101 110101

Color Harmonies of #155FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FF7

Black with #155FF7

Text Example


Text Example

White with #155FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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