Html Css Color HEX #152260 Sapphire

📋 copy color: '#152260'

red 21 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #152260

Tints of Sapphire #152260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 13.91%
G = 22.52%
B = 63.58%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152260 (or 0x152260) is known color: Sapphire. HEX triplet: 15, 22 and 60. RGB value is (21,34,96). Sum of RGB (Red+Green+Blue) = 21+34+96=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #152260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152260 is #EADD9F. Grayscale: #242424. Windows color (decimal): -15392160 or 6300181. OLE color: 6300181.

HSL color Cylindrical-coordinate representation of color #152260: hue angle of 229.6º 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 #152260 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 34 96 -
CMYK 0.78 0.65 0 0.62
HSL 229.6º 0.64% 0.23% -
HSV(B) 229.6º 0.78% 0.38% -
XYZ 2.99 2.15 11.32 -
YUV 37.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 21 34 96 0.78 0.65 0 0.62 229.6 0.64 0.23
Hex 15 22 60 4E 41 0 3E E6 40 17
Octal 25 42 140 116 101 0 76 346 100 27
Binary 10101 100010 1100000 1001110 1000001 0 111110 11100110 1000000 10111

Color Harmonies of #152260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152260

Black with #152260

Text Example


Text Example

White with #152260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152260; }

 p { color: rgb(21,34,96); }

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

background-color css

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

 a { background-color: rgb(21,34,96); }

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

border-color css

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

 span { border-color: rgb(21,34,96); }

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