Html Css Color HEX #152753 Sapphire

📋 copy color: '#152753'

red 21 ◦ green 39 ◦ blue 83

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

Shades of Sapphire #152753

Tints of Sapphire #152753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 14.69%
G = 27.27%
B = 58.04%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152753 (or 0x152753) is known color: Sapphire. HEX triplet: 15, 27 and 53. RGB value is (21,39,83). Sum of RGB (Red+Green+Blue) = 21+39+83=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #152753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152753 is #EAD8AC. Grayscale: #262626. Windows color (decimal): -15390893 or 5449493. OLE color: 5449493.

HSL color Cylindrical-coordinate representation of color #152753: hue angle of 222.58º 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 #152753 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 39 83 -
CMYK 0.75 0.53 0 0.67
HSL 222.58º 0.6% 0.2% -
HSV(B) 222.58º 0.75% 0.33% -
XYZ 2.6 2.24 8.48 -
YUV 38.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 21 39 83 0.75 0.53 0 0.67 222.58 0.6 0.2
Hex 15 27 53 4B 35 0 43 DF 3C 14
Octal 25 47 123 113 65 0 103 337 74 24
Binary 10101 100111 1010011 1001011 110101 0 1000011 11011111 111100 10100

Color Harmonies of #152753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152753

Black with #152753

Text Example


Text Example

White with #152753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152753; }

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

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

background-color css

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

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

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

border-color css

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

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

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