Html Css Color HEX #153670 Sapphire

📋 copy color: '#153670'

red 21 ◦ green 54 ◦ blue 112

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

Shades of Sapphire #153670

Tints of Sapphire #153670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.88%

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

R = 11.23%
G = 28.88%
B = 59.89%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153670 (or 0x153670) is known color: Sapphire. HEX triplet: 15, 36 and 70. RGB value is (21,54,112). Sum of RGB (Red+Green+Blue) = 21+54+112=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #153670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153670 is #EAC98F. Grayscale: #323232. Windows color (decimal): -15387024 or 7353877. OLE color: 7353877.

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

Color convert

RGB 21 54 112 -
CMYK 0.81 0.52 0 0.56
HSL 218.24º 0.68% 0.26% -
HSV(B) 218.24º 0.81% 0.44% -
XYZ 4.55 3.97 15.86 -
YUV 50.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 21 54 112 0.81 0.52 0 0.56 218.24 0.68 0.26
Hex 15 36 70 51 34 0 38 DA 44 1A
Octal 25 66 160 121 64 0 70 332 104 32
Binary 10101 110110 1110000 1010001 110100 0 111000 11011010 1000100 11010

Color Harmonies of #153670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153670

Black with #153670

Text Example


Text Example

White with #153670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153670; }

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

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

background-color css

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

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

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

border-color css

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

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

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