Html Css Color HEX #152958 Sapphire

📋 copy color: '#152958'

red 21 ◦ green 41 ◦ blue 88

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

Shades of Sapphire #152958

Tints of Sapphire #152958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 58.67%

R = 14%
G = 27.33%
B = 58.67%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152958 (or 0x152958) is known color: Sapphire. HEX triplet: 15, 29 and 58. RGB value is (21,41,88). Sum of RGB (Red+Green+Blue) = 21+41+88=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #152958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152958 is #EAD6A7. Grayscale: #282828. Windows color (decimal): -15390376 or 5777685. OLE color: 5777685.

HSL color Cylindrical-coordinate representation of color #152958: hue angle of 222.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152958 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 41 88 -
CMYK 0.76 0.53 0 0.65
HSL 222.09º 0.61% 0.21% -
HSV(B) 222.09º 0.76% 0.35% -
XYZ 2.86 2.45 9.55 -
YUV 40.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 21 41 88 0.76 0.53 0 0.65 222.09 0.61 0.21
Hex 15 29 58 4C 35 0 41 DE 3D 15
Octal 25 51 130 114 65 0 101 336 75 25
Binary 10101 101001 1011000 1001100 110101 0 1000001 11011110 111101 10101

Color Harmonies of #152958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152958

Black with #152958

Text Example


Text Example

White with #152958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152958; }

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

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

background-color css

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

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

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

border-color css

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

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

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