Html Css Color HEX #152854 Sapphire

📋 copy color: '#152854'

red 21 ◦ green 40 ◦ blue 84

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

Shades of Sapphire #152854

Tints of Sapphire #152854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 14.48%
G = 27.59%
B = 57.93%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152854 (or 0x152854) is known color: Sapphire. HEX triplet: 15, 28 and 54. RGB value is (21,40,84). Sum of RGB (Red+Green+Blue) = 21+40+84=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #152854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152854 is #EAD7AB. Grayscale: #272727. Windows color (decimal): -15390636 or 5515285. OLE color: 5515285.

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

Color convert

RGB 21 40 84 -
CMYK 0.75 0.52 0 0.67
HSL 221.9º 0.6% 0.21% -
HSV(B) 221.9º 0.75% 0.33% -
XYZ 2.67 2.32 8.69 -
YUV 39.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 21 40 84 0.75 0.52 0 0.67 221.9 0.6 0.21
Hex 15 28 54 4B 34 0 43 DE 3C 15
Octal 25 50 124 113 64 0 103 336 74 25
Binary 10101 101000 1010100 1001011 110100 0 1000011 11011110 111100 10101

Color Harmonies of #152854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152854

Black with #152854

Text Example


Text Example

White with #152854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152854; }

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

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

background-color css

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

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

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

border-color css

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

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

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