Html Css Color HEX #152875 Sapphire

📋 copy color: '#152875'

red 21 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #152875

Tints of Sapphire #152875

RGB

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

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

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

R = 11.8%
G = 22.47%
B = 65.73%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152875 (or 0x152875) is known color: Sapphire. HEX triplet: 15, 28 and 75. RGB value is (21,40,117). Sum of RGB (Red+Green+Blue) = 21+40+117=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #152875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152875 is #EAD78A. Grayscale: #2A2A2A. Windows color (decimal): -15390603 or 7677973. OLE color: 7677973.

HSL color Cylindrical-coordinate representation of color #152875: hue angle of 228.12º 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 #152875 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 40 117 -
CMYK 0.82 0.66 0 0.54
HSL 228.13º 0.7% 0.27% -
HSV(B) 228.13º 0.82% 0.46% -
XYZ 4.28 2.96 17.18 -
YUV 43.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 21 40 117 0.82 0.66 0 0.54 228.13 0.7 0.27
Hex 15 28 75 52 42 0 36 E4 46 1B
Octal 25 50 165 122 102 0 66 344 106 33
Binary 10101 101000 1110101 1010010 1000010 0 110110 11100100 1000110 11011

Color Harmonies of #152875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152875

Black with #152875

Text Example


Text Example

White with #152875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152875; }

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

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

background-color css

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

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

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

border-color css

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

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

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