Html Css Color HEX #152254 Sapphire

📋 copy color: '#152254'

red 21 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #152254

Tints of Sapphire #152254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 84 (33.2% from 255) = 60.43%

R = 15.11%
G = 24.46%
B = 60.43%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152254 (or 0x152254) is known color: Sapphire. HEX triplet: 15, 22 and 54. RGB value is (21,34,84). Sum of RGB (Red+Green+Blue) = 21+34+84=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #152254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152254 is #EADDAB. Grayscale: #232323. Windows color (decimal): -15392172 or 5513749. OLE color: 5513749.

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

Color convert

RGB 21 34 84 -
CMYK 0.75 0.60 0 0.67
HSL 227.62º 0.6% 0.21% -
HSV(B) 227.62º 0.75% 0.33% -
XYZ 2.48 1.94 8.63 -
YUV 35.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 21 34 84 0.75 0.60 0 0.67 227.62 0.6 0.21
Hex 15 22 54 4B 3C 0 43 E4 3C 15
Octal 25 42 124 113 74 0 103 344 74 25
Binary 10101 100010 1010100 1001011 111100 0 1000011 11100100 111100 10101

Color Harmonies of #152254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152254

Black with #152254

Text Example


Text Example

White with #152254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152254; }

 p { color: rgb(21,34,84); }

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

background-color css

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

 a { background-color: rgb(21,34,84); }

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

border-color css

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

 span { border-color: rgb(21,34,84); }

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