Html Css Color HEX #132169 Sapphire

📋 copy color: '#132169'

red 19 ◦ green 33 ◦ blue 105

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

Shades of Sapphire #132169

Tints of Sapphire #132169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 12.1%
G = 21.02%
B = 66.88%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132169 (or 0x132169) is known color: Sapphire. HEX triplet: 13, 21 and 69. RGB value is (19,33,105). Sum of RGB (Red+Green+Blue) = 19+33+105=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #132169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132169 is #ECDE96. Grayscale: #242424. Windows color (decimal): -15523479 or 6889747. OLE color: 6889747.

HSL color Cylindrical-coordinate representation of color #132169: hue angle of 230.23º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132169 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 33 105 -
CMYK 0.82 0.69 0 0.59
HSL 230.23º 0.69% 0.24% -
HSV(B) 230.23º 0.82% 0.41% -
XYZ 3.36 2.25 13.62 -
YUV 37.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 19 33 105 0.82 0.69 0 0.59 230.23 0.69 0.24
Hex 13 21 69 52 45 0 3B E6 45 18
Octal 23 41 151 122 105 0 73 346 105 30
Binary 10011 100001 1101001 1010010 1000101 0 111011 11100110 1000101 11000

Color Harmonies of #132169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132169

Black with #132169

Text Example


Text Example

White with #132169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132169; }

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

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

background-color css

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

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

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

border-color css

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

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

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