Html Css Color HEX #153261 Sapphire

📋 copy color: '#153261'

red 21 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #153261

Tints of Sapphire #153261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

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

R = 12.5%
G = 29.76%
B = 57.74%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153261 (or 0x153261) is known color: Sapphire. HEX triplet: 15, 32 and 61. RGB value is (21,50,97). Sum of RGB (Red+Green+Blue) = 21+50+97=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #153261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153261 is #EACD9E. Grayscale: #2E2E2E. Windows color (decimal): -15388063 or 6369813. OLE color: 6369813.

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

Color convert

RGB 21 50 97 -
CMYK 0.78 0.48 0 0.62
HSL 217.11º 0.64% 0.23% -
HSV(B) 217.11º 0.78% 0.38% -
XYZ 3.61 3.3 11.76 -
YUV 46.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 21 50 97 0.78 0.48 0 0.62 217.11 0.64 0.23
Hex 15 32 61 4E 30 0 3E D9 40 17
Octal 25 62 141 116 60 0 76 331 100 27
Binary 10101 110010 1100001 1001110 110000 0 111110 11011001 1000000 10111

Color Harmonies of #153261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153261

Black with #153261

Text Example


Text Example

White with #153261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153261; }

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

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

background-color css

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

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

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

border-color css

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

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

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