Html Css Color HEX #152877 Sapphire

📋 copy color: '#152877'

red 21 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #152877

Tints of Sapphire #152877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.11%

R = 11.67%
G = 22.22%
B = 66.11%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#152877 (or 0x152877) is known color: Sapphire. HEX triplet: 15, 28 and 77. RGB value is (21,40,119). Sum of RGB (Red+Green+Blue) = 21+40+119=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #152877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152877 is #EAD788. Grayscale: #2A2A2A. Windows color (decimal): -15390601 or 7809045. OLE color: 7809045.

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

Color convert

RGB 21 40 119 -
CMYK 0.82 0.66 0 0.53
HSL 228.37º 0.7% 0.27% -
HSV(B) 228.37º 0.82% 0.47% -
XYZ 4.4 3.01 17.8 -
YUV 43.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 21 40 119 0.82 0.66 0 0.53 228.37 0.7 0.27
Hex 15 28 77 52 42 0 35 E4 46 1B
Octal 25 50 167 122 102 0 65 344 106 33
Binary 10101 101000 1110111 1010010 1000010 0 110101 11100100 1000110 11011

Color Harmonies of #152877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152877

Black with #152877

Text Example


Text Example

White with #152877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152877; }

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

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

background-color css

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

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

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

border-color css

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

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

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