Html Css Color HEX #152752 Sapphire

📋 copy color: '#152752'

red 21 ◦ green 39 ◦ blue 82

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

Shades of Sapphire #152752

Tints of Sapphire #152752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

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

R = 14.79%
G = 27.46%
B = 57.75%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#152752 (or 0x152752) is known color: Sapphire. HEX triplet: 15, 27 and 52. RGB value is (21,39,82). Sum of RGB (Red+Green+Blue) = 21+39+82=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #152752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152752 is #EAD8AD. Grayscale: #262626. Windows color (decimal): -15390894 or 5383957. OLE color: 5383957.

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

Color convert

RGB 21 39 82 -
CMYK 0.74 0.52 0 0.68
HSL 222.3º 0.59% 0.2% -
HSV(B) 222.3º 0.74% 0.32% -
XYZ 2.56 2.22 8.28 -
YUV 38.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 21 39 82 0.74 0.52 0 0.68 222.3 0.59 0.2
Hex 15 27 52 4A 34 0 44 DE 3B 14
Octal 25 47 122 112 64 0 104 336 73 24
Binary 10101 100111 1010010 1001010 110100 0 1000100 11011110 111011 10100

Color Harmonies of #152752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152752

Black with #152752

Text Example


Text Example

White with #152752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152752; }

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

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

background-color css

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

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

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

border-color css

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

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

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