Html Css Color HEX #152975 Sapphire

📋 copy color: '#152975'

red 21 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #152975

Tints of Sapphire #152975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

 BLUE value IS 117 (46.09% from 255) = 65.36%

R = 11.73%
G = 22.91%
B = 65.36%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152975 (or 0x152975) is known color: Sapphire. HEX triplet: 15, 29 and 75. RGB value is (21,41,117). Sum of RGB (Red+Green+Blue) = 21+41+117=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #152975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152975 is #EAD68A. Grayscale: #2B2B2B. Windows color (decimal): -15390347 or 7678229. OLE color: 7678229.

HSL color Cylindrical-coordinate representation of color #152975: hue angle of 227.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152975 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 41 117 -
CMYK 0.82 0.65 0 0.54
HSL 227.5º 0.7% 0.27% -
HSV(B) 227.5º 0.82% 0.46% -
XYZ 4.31 3.03 17.19 -
YUV 43.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 21 41 117 0.82 0.65 0 0.54 227.5 0.7 0.27
Hex 15 29 75 52 41 0 36 E4 46 1B
Octal 25 51 165 122 101 0 66 344 106 33
Binary 10101 101001 1110101 1010010 1000001 0 110110 11100100 1000110 11011

Color Harmonies of #152975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152975

Black with #152975

Text Example


Text Example

White with #152975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152975; }

 p { color: rgb(21,41,117); }

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

background-color css

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

 a { background-color: rgb(21,41,117); }

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

border-color css

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

 span { border-color: rgb(21,41,117); }

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