Html Css Color HEX #152353 Sapphire

📋 copy color: '#152353'

red 21 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #152353

Tints of Sapphire #152353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 15.11%
G = 25.18%
B = 59.71%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152353 (or 0x152353) is known color: Sapphire. HEX triplet: 15, 23 and 53. RGB value is (21,35,83). Sum of RGB (Red+Green+Blue) = 21+35+83=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #152353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152353 is #EADCAC. Grayscale: #242424. Windows color (decimal): -15391917 or 5448469. OLE color: 5448469.

HSL color Cylindrical-coordinate representation of color #152353: hue angle of 226.45º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152353 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 35 83 -
CMYK 0.75 0.58 0 0.67
HSL 226.45º 0.6% 0.2% -
HSV(B) 226.45º 0.75% 0.33% -
XYZ 2.47 1.99 8.44 -
YUV 36.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 21 35 83 0.75 0.58 0 0.67 226.45 0.6 0.2
Hex 15 23 53 4B 3A 0 43 E2 3C 14
Octal 25 43 123 113 72 0 103 342 74 24
Binary 10101 100011 1010011 1001011 111010 0 1000011 11100010 111100 10100

Color Harmonies of #152353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152353

Black with #152353

Text Example


Text Example

White with #152353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152353; }

 p { color: rgb(21,35,83); }

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

background-color css

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

 a { background-color: rgb(21,35,83); }

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

border-color css

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

 span { border-color: rgb(21,35,83); }

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