Html Css Color HEX #153269 Sapphire

📋 copy color: '#153269'

red 21 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #153269

Tints of Sapphire #153269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.66%

R = 11.93%
G = 28.41%
B = 59.66%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153269 (or 0x153269) is known color: Sapphire. HEX triplet: 15, 32 and 69. RGB value is (21,50,105). Sum of RGB (Red+Green+Blue) = 21+50+105=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #153269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153269 is #EACD96. Grayscale: #2F2F2F. Windows color (decimal): -15388055 or 6894101. OLE color: 6894101.

HSL color Cylindrical-coordinate representation of color #153269: hue angle of 219.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153269 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 50 105 -
CMYK 0.80 0.52 0 0.59
HSL 219.29º 0.67% 0.25% -
HSV(B) 219.29º 0.8% 0.41% -
XYZ 4 3.46 13.82 -
YUV 47.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 21 50 105 0.80 0.52 0 0.59 219.29 0.67 0.25
Hex 15 32 69 50 34 0 3B DB 43 19
Octal 25 62 151 120 64 0 73 333 103 31
Binary 10101 110010 1101001 1010000 110100 0 111011 11011011 1000011 11001

Color Harmonies of #153269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153269

Black with #153269

Text Example


Text Example

White with #153269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153269; }

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

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

background-color css

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

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

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

border-color css

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

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

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