Html Css Color HEX #152453 Sapphire

📋 copy color: '#152453'

red 21 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #152453

Tints of Sapphire #152453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 15%
G = 25.71%
B = 59.29%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152453 (or 0x152453) is known color: Sapphire. HEX triplet: 15, 24 and 53. RGB value is (21,36,83). Sum of RGB (Red+Green+Blue) = 21+36+83=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #152453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152453 is #EADBAC. Grayscale: #242424. Windows color (decimal): -15391661 or 5448725. OLE color: 5448725.

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

Color convert

RGB 21 36 83 -
CMYK 0.75 0.57 0 0.67
HSL 225.48º 0.6% 0.2% -
HSV(B) 225.48º 0.75% 0.33% -
XYZ 2.5 2.05 8.45 -
YUV 36.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 21 36 83 0.75 0.57 0 0.67 225.48 0.6 0.2
Hex 15 24 53 4B 39 0 43 E1 3C 14
Octal 25 44 123 113 71 0 103 341 74 24
Binary 10101 100100 1010011 1001011 111001 0 1000011 11100001 111100 10100

Color Harmonies of #152453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152453

Black with #152453

Text Example


Text Example

White with #152453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152453; }

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

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

background-color css

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

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

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

border-color css

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

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

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