Html Css Color HEX #152261 Sapphire

📋 copy color: '#152261'

red 21 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #152261

Tints of Sapphire #152261

RGB

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

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

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

R = 13.82%
G = 22.37%
B = 63.82%

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

#152261 (or 0x152261) is known color: Sapphire. HEX triplet: 15, 22 and 61. RGB value is (21,34,97). Sum of RGB (Red+Green+Blue) = 21+34+97=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #152261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152261 is #EADD9E. Grayscale: #252525. Windows color (decimal): -15392159 or 6365717. OLE color: 6365717.

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

Color convert

RGB 21 34 97 -
CMYK 0.78 0.65 0 0.62
HSL 229.74º 0.64% 0.23% -
HSV(B) 229.74º 0.78% 0.38% -
XYZ 3.04 2.17 11.57 -
YUV 37.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 21 34 97 0.78 0.65 0 0.62 229.74 0.64 0.23
Hex 15 22 61 4E 41 0 3E E6 40 17
Octal 25 42 141 116 101 0 76 346 100 27
Binary 10101 100010 1100001 1001110 1000001 0 111110 11100110 1000000 10111

Color Harmonies of #152261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152261

Black with #152261

Text Example


Text Example

White with #152261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152261; }

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

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

background-color css

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

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

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

border-color css

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

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

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