Html Css Color HEX #132154 Sapphire

📋 copy color: '#132154'

red 19 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #132154

Tints of Sapphire #132154

RGB

 RED value IS 19 (7.81% from 255) = 13.97%

 GREEN value IS 33 (13.28% from 255) = 24.26%

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 13.97%
G = 24.26%
B = 61.76%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132154 (or 0x132154) is known color: Sapphire. HEX triplet: 13, 21 and 54. RGB value is (19,33,84). Sum of RGB (Red+Green+Blue) = 19+33+84=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #132154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132154 is #ECDEAB. Grayscale: #222222. Windows color (decimal): -15523500 or 5513491. OLE color: 5513491.

HSL color Cylindrical-coordinate representation of color #132154: hue angle of 227.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132154 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 33 84 -
CMYK 0.77 0.61 0 0.67
HSL 227.08º 0.63% 0.2% -
HSV(B) 227.08º 0.77% 0.33% -
XYZ 2.41 1.87 8.62 -
YUV 34.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 19 33 84 0.77 0.61 0 0.67 227.08 0.63 0.2
Hex 13 21 54 4D 3D 0 43 E3 3F 14
Octal 23 41 124 115 75 0 103 343 77 24
Binary 10011 100001 1010100 1001101 111101 0 1000011 11100011 111111 10100

Color Harmonies of #132154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132154

Black with #132154

Text Example


Text Example

White with #132154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132154; }

 p { color: rgb(19,33,84); }

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

background-color css

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

 a { background-color: rgb(19,33,84); }

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

border-color css

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

 span { border-color: rgb(19,33,84); }

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