Html Css Color HEX #153266 Sapphire

📋 copy color: '#153266'

red 21 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #153266

Tints of Sapphire #153266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 12.14%
G = 28.9%
B = 58.96%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153266 (or 0x153266) is known color: Sapphire. HEX triplet: 15, 32 and 66. RGB value is (21,50,102). Sum of RGB (Red+Green+Blue) = 21+50+102=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #153266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153266 is #EACD99. Grayscale: #2F2F2F. Windows color (decimal): -15388058 or 6697493. OLE color: 6697493.

HSL color Cylindrical-coordinate representation of color #153266: hue angle of 218.52º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153266 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 50 102 -
CMYK 0.79 0.51 0 0.6
HSL 218.52º 0.66% 0.24% -
HSV(B) 218.52º 0.79% 0.4% -
XYZ 3.85 3.4 13.02 -
YUV 47.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 21 50 102 0.79 0.51 0 0.6 218.52 0.66 0.24
Hex 15 32 66 4F 33 0 3C DB 42 18
Octal 25 62 146 117 63 0 74 333 102 30
Binary 10101 110010 1100110 1001111 110011 0 111100 11011011 1000010 11000

Color Harmonies of #153266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153266

Black with #153266

Text Example


Text Example

White with #153266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153266; }

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

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

background-color css

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

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

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

border-color css

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

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

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