Html Css Color HEX #152A53 Sapphire

📋 copy color: '#152A53'

red 21 ◦ green 42 ◦ blue 83

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

Shades of Sapphire #152A53

Tints of Sapphire #152A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 14.38%
G = 28.77%
B = 56.85%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152A53 (or 0x152A53) is known color: Sapphire. HEX triplet: 15, 2A and 53. RGB value is (21,42,83). Sum of RGB (Red+Green+Blue) = 21+42+83=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #152A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A53 is #EAD5AC. Grayscale: #282828. Windows color (decimal): -15390125 or 5450261. OLE color: 5450261.

HSL color Cylindrical-coordinate representation of color #152A53: hue angle of 219.68º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152A53 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 42 83 -
CMYK 0.75 0.49 0 0.67
HSL 219.68º 0.6% 0.2% -
HSV(B) 219.68º 0.75% 0.33% -
XYZ 2.7 2.44 8.51 -
YUV 40.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 21 42 83 0.75 0.49 0 0.67 219.68 0.6 0.2
Hex 15 2A 53 4B 31 0 43 DC 3C 14
Octal 25 52 123 113 61 0 103 334 74 24
Binary 10101 101010 1010011 1001011 110001 0 1000011 11011100 111100 10100

Color Harmonies of #152A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A53

Black with #152A53

Text Example


Text Example

White with #152A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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