Html Css Color HEX #152A59 Sapphire

📋 copy color: '#152A59'

red 21 ◦ green 42 ◦ blue 89

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

Shades of Sapphire #152A59

Tints of Sapphire #152A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.63%

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

R = 13.82%
G = 27.63%
B = 58.55%

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

#152A59 (or 0x152A59) is known color: Sapphire. HEX triplet: 15, 2A and 59. RGB value is (21,42,89). Sum of RGB (Red+Green+Blue) = 21+42+89=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #152A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A59 is #EAD5A6. Grayscale: #282828. Windows color (decimal): -15390119 or 5843477. OLE color: 5843477.

HSL color Cylindrical-coordinate representation of color #152A59: hue angle of 221.47º 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 #152A59 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 42 89 -
CMYK 0.76 0.53 0 0.65
HSL 221.47º 0.62% 0.22% -
HSV(B) 221.47º 0.76% 0.35% -
XYZ 2.94 2.54 9.79 -
YUV 41.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 21 42 89 0.76 0.53 0 0.65 221.47 0.62 0.22
Hex 15 2A 59 4C 35 0 41 DD 3E 16
Octal 25 52 131 114 65 0 101 335 76 26
Binary 10101 101010 1011001 1001100 110101 0 1000001 11011101 111110 10110

Color Harmonies of #152A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A59

Black with #152A59

Text Example


Text Example

White with #152A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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