Html Css Color HEX #152652 Sapphire

📋 copy color: '#152652'

red 21 ◦ green 38 ◦ blue 82

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

Shades of Sapphire #152652

Tints of Sapphire #152652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.16%

R = 14.89%
G = 26.95%
B = 58.16%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#152652 (or 0x152652) is known color: Sapphire. HEX triplet: 15, 26 and 52. RGB value is (21,38,82). Sum of RGB (Red+Green+Blue) = 21+38+82=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #152652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152652 is #EAD9AD. Grayscale: #252525. Windows color (decimal): -15391150 or 5383701. OLE color: 5383701.

HSL color Cylindrical-coordinate representation of color #152652: hue angle of 223.28º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152652 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 38 82 -
CMYK 0.74 0.54 0 0.68
HSL 223.28º 0.59% 0.2% -
HSV(B) 223.28º 0.74% 0.32% -
XYZ 2.53 2.15 8.27 -
YUV 37.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 21 38 82 0.74 0.54 0 0.68 223.28 0.59 0.2
Hex 15 26 52 4A 36 0 44 DF 3B 14
Octal 25 46 122 112 66 0 104 337 73 24
Binary 10101 100110 1010010 1001010 110110 0 1000100 11011111 111011 10100

Color Harmonies of #152652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152652

Black with #152652

Text Example


Text Example

White with #152652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152652; }

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

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

background-color css

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

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

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

border-color css

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

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

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