Html Css Color HEX #152061 Sapphire

📋 copy color: '#152061'

red 21 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #152061

Tints of Sapphire #152061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 14%
G = 21.33%
B = 64.67%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152061 (or 0x152061) is known color: Sapphire. HEX triplet: 15, 20 and 61. RGB value is (21,32,97). Sum of RGB (Red+Green+Blue) = 21+32+97=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #152061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152061 is #EADF9E. Grayscale: #232323. Windows color (decimal): -15392671 or 6365205. OLE color: 6365205.

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

Color convert

RGB 21 32 97 -
CMYK 0.78 0.67 0 0.62
HSL 231.32º 0.64% 0.23% -
HSV(B) 231.32º 0.78% 0.38% -
XYZ 2.98 2.06 11.55 -
YUV 36.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 21 32 97 0.78 0.67 0 0.62 231.32 0.64 0.23
Hex 15 20 61 4E 43 0 3E E7 40 17
Octal 25 40 141 116 103 0 76 347 100 27
Binary 10101 100000 1100001 1001110 1000011 0 111110 11100111 1000000 10111

Color Harmonies of #152061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152061

Black with #152061

Text Example


Text Example

White with #152061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152061; }

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

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

background-color css

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

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

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

border-color css

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

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

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