Html Css Color HEX #153071 Sapphire

📋 copy color: '#153071'

red 21 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #153071

Tints of Sapphire #153071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 113 (44.53% from 255) = 62.09%

R = 11.54%
G = 26.37%
B = 62.09%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153071 (or 0x153071) is known color: Sapphire. HEX triplet: 15, 30 and 71. RGB value is (21,48,113). Sum of RGB (Red+Green+Blue) = 21+48+113=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #153071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153071 is #EACF8E. Grayscale: #2F2F2F. Windows color (decimal): -15388559 or 7417877. OLE color: 7417877.

HSL color Cylindrical-coordinate representation of color #153071: hue angle of 222.39º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153071 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 48 113 -
CMYK 0.81 0.58 0 0.56
HSL 222.39º 0.69% 0.26% -
HSV(B) 222.39º 0.81% 0.44% -
XYZ 4.35 3.47 16.06 -
YUV 47.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 21 48 113 0.81 0.58 0 0.56 222.39 0.69 0.26
Hex 15 30 71 51 3A 0 38 DE 45 1A
Octal 25 60 161 121 72 0 70 336 105 32
Binary 10101 110000 1110001 1010001 111010 0 111000 11011110 1000101 11010

Color Harmonies of #153071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153071

Black with #153071

Text Example


Text Example

White with #153071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153071; }

 p { color: rgb(21,48,113); }

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

background-color css

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

 a { background-color: rgb(21,48,113); }

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

border-color css

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

 span { border-color: rgb(21,48,113); }

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