Html Css Color HEX #153770 Sapphire

📋 copy color: '#153770'

red 21 ◦ green 55 ◦ blue 112

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

Shades of Sapphire #153770

Tints of Sapphire #153770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

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

R = 11.17%
G = 29.26%
B = 59.57%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153770 (or 0x153770) is known color: Sapphire. HEX triplet: 15, 37 and 70. RGB value is (21,55,112). Sum of RGB (Red+Green+Blue) = 21+55+112=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #153770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153770 is #EAC88F. Grayscale: #333333. Windows color (decimal): -15386768 or 7354133. OLE color: 7354133.

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

Color convert

RGB 21 55 112 -
CMYK 0.81 0.51 0 0.56
HSL 217.58º 0.68% 0.26% -
HSV(B) 217.58º 0.81% 0.44% -
XYZ 4.6 4.06 15.87 -
YUV 51.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 21 55 112 0.81 0.51 0 0.56 217.58 0.68 0.26
Hex 15 37 70 51 33 0 38 DA 44 1A
Octal 25 67 160 121 63 0 70 332 104 32
Binary 10101 110111 1110000 1010001 110011 0 111000 11011010 1000100 11010

Color Harmonies of #153770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153770

Black with #153770

Text Example


Text Example

White with #153770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153770; }

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

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

background-color css

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

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

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

border-color css

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

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

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