Html Css Color HEX #152654 Sapphire

📋 copy color: '#152654'

red 21 ◦ green 38 ◦ blue 84

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

Shades of Sapphire #152654

Tints of Sapphire #152654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 14.69%
G = 26.57%
B = 58.74%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152654 (or 0x152654) is known color: Sapphire. HEX triplet: 15, 26 and 54. RGB value is (21,38,84). Sum of RGB (Red+Green+Blue) = 21+38+84=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #152654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152654 is #EAD9AB. Grayscale: #252525. Windows color (decimal): -15391148 or 5514773. OLE color: 5514773.

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

Color convert

RGB 21 38 84 -
CMYK 0.75 0.55 0 0.67
HSL 223.81º 0.6% 0.21% -
HSV(B) 223.81º 0.75% 0.33% -
XYZ 2.6 2.19 8.67 -
YUV 38.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 21 38 84 0.75 0.55 0 0.67 223.81 0.6 0.21
Hex 15 26 54 4B 37 0 43 E0 3C 15
Octal 25 46 124 113 67 0 103 340 74 25
Binary 10101 100110 1010100 1001011 110111 0 1000011 11100000 111100 10101

Color Harmonies of #152654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152654

Black with #152654

Text Example


Text Example

White with #152654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152654; }

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

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

background-color css

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

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

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

border-color css

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

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

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