Html Css Color HEX #152E59 Sapphire

📋 copy color: '#152E59'

red 21 ◦ green 46 ◦ blue 89

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

Shades of Sapphire #152E59

Tints of Sapphire #152E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.49%

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 13.46%
G = 29.49%
B = 57.05%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152E59 (or 0x152E59) is known color: Sapphire. HEX triplet: 15, 2E and 59. RGB value is (21,46,89). Sum of RGB (Red+Green+Blue) = 21+46+89=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #152E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E59 is #EAD1A6. Grayscale: #2B2B2B. Windows color (decimal): -15389095 or 5844501. OLE color: 5844501.

HSL color Cylindrical-coordinate representation of color #152E59: hue angle of 217.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152E59 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 46 89 -
CMYK 0.76 0.48 0 0.65
HSL 217.94º 0.62% 0.22% -
HSV(B) 217.94º 0.76% 0.35% -
XYZ 3.09 2.83 9.84 -
YUV 43.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 21 46 89 0.76 0.48 0 0.65 217.94 0.62 0.22
Hex 15 2E 59 4C 30 0 41 DA 3E 16
Octal 25 56 131 114 60 0 101 332 76 26
Binary 10101 101110 1011001 1001100 110000 0 1000001 11011010 111110 10110

Color Harmonies of #152E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E59

Black with #152E59

Text Example


Text Example

White with #152E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152E59; }

 p { color: rgb(21,46,89); }

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

background-color css

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

 a { background-color: rgb(21,46,89); }

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

border-color css

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

 span { border-color: rgb(21,46,89); }

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