Html Css Color HEX #152561 Sapphire

📋 copy color: '#152561'

red 21 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #152561

Tints of Sapphire #152561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 97 (38.28% from 255) = 62.58%

R = 13.55%
G = 23.87%
B = 62.58%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152561 (or 0x152561) is known color: Sapphire. HEX triplet: 15, 25 and 61. RGB value is (21,37,97). Sum of RGB (Red+Green+Blue) = 21+37+97=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #152561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152561 is #EADA9E. Grayscale: #262626. Windows color (decimal): -15391391 or 6366485. OLE color: 6366485.

HSL color Cylindrical-coordinate representation of color #152561: hue angle of 227.37º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152561 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 37 97 -
CMYK 0.78 0.62 0 0.62
HSL 227.37º 0.64% 0.23% -
HSV(B) 227.37º 0.78% 0.38% -
XYZ 3.13 2.35 11.6 -
YUV 39.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 21 37 97 0.78 0.62 0 0.62 227.37 0.64 0.23
Hex 15 25 61 4E 3E 0 3E E3 40 17
Octal 25 45 141 116 76 0 76 343 100 27
Binary 10101 100101 1100001 1001110 111110 0 111110 11100011 1000000 10111

Color Harmonies of #152561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152561

Black with #152561

Text Example


Text Example

White with #152561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152561; }

 p { color: rgb(21,37,97); }

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

background-color css

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

 a { background-color: rgb(21,37,97); }

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

border-color css

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

 span { border-color: rgb(21,37,97); }

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