Html Css Color HEX #153375 Sapphire

📋 copy color: '#153375'

red 21 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #153375

Tints of Sapphire #153375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 11.11%
G = 26.98%
B = 61.9%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153375 (or 0x153375) is known color: Sapphire. HEX triplet: 15, 33 and 75. RGB value is (21,51,117). Sum of RGB (Red+Green+Blue) = 21+51+117=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #153375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153375 is #EACC8A. Grayscale: #313131. Windows color (decimal): -15387787 or 7680789. OLE color: 7680789.

HSL color Cylindrical-coordinate representation of color #153375: hue angle of 221.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153375 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 51 117 -
CMYK 0.82 0.56 0 0.54
HSL 221.25º 0.7% 0.27% -
HSV(B) 221.25º 0.82% 0.46% -
XYZ 4.7 3.81 17.32 -
YUV 49.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 21 51 117 0.82 0.56 0 0.54 221.25 0.7 0.27
Hex 15 33 75 52 38 0 36 DD 46 1B
Octal 25 63 165 122 70 0 66 335 106 33
Binary 10101 110011 1110101 1010010 111000 0 110110 11011101 1000110 11011

Color Harmonies of #153375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153375

Black with #153375

Text Example


Text Example

White with #153375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153375; }

 p { color: rgb(21,51,117); }

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

background-color css

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

 a { background-color: rgb(21,51,117); }

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

border-color css

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

 span { border-color: rgb(21,51,117); }

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