Html Css Color HEX #153070 Sapphire

📋 copy color: '#153070'

red 21 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #153070

Tints of Sapphire #153070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 11.6%
G = 26.52%
B = 61.88%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153070 (or 0x153070) is known color: Sapphire. HEX triplet: 15, 30 and 70. RGB value is (21,48,112). Sum of RGB (Red+Green+Blue) = 21+48+112=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #153070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153070 is #EACF8F. Grayscale: #2E2E2E. Windows color (decimal): -15388560 or 7352341. OLE color: 7352341.

HSL color Cylindrical-coordinate representation of color #153070: hue angle of 222.2º degrees, saturation: 0.68, 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 #153070 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 48 112 -
CMYK 0.81 0.57 0 0.56
HSL 222.2º 0.68% 0.26% -
HSV(B) 222.2º 0.81% 0.44% -
XYZ 4.29 3.44 15.77 -
YUV 47.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 21 48 112 0.81 0.57 0 0.56 222.2 0.68 0.26
Hex 15 30 70 51 39 0 38 DE 44 1A
Octal 25 60 160 121 71 0 70 336 104 32
Binary 10101 110000 1110000 1010001 111001 0 111000 11011110 1000100 11010

Color Harmonies of #153070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153070

Black with #153070

Text Example


Text Example

White with #153070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153070; }

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

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

background-color css

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

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

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

border-color css

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

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

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