Html Css Color HEX #132068 Sapphire

📋 copy color: '#132068'

red 19 ◦ green 32 ◦ blue 104

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

Shades of Sapphire #132068

Tints of Sapphire #132068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 12.26%
G = 20.65%
B = 67.1%

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

#132068 (or 0x132068) is known color: Sapphire. HEX triplet: 13, 20 and 68. RGB value is (19,32,104). Sum of RGB (Red+Green+Blue) = 19+32+104=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #132068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132068 is #ECDF97. Grayscale: #242424. Windows color (decimal): -15523736 or 6823955. OLE color: 6823955.

HSL color Cylindrical-coordinate representation of color #132068: hue angle of 230.82º 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 #132068 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 32 104 -
CMYK 0.82 0.69 0 0.59
HSL 230.82º 0.69% 0.24% -
HSV(B) 230.82º 0.82% 0.41% -
XYZ 3.28 2.17 13.34 -
YUV 36.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 19 32 104 0.82 0.69 0 0.59 230.82 0.69 0.24
Hex 13 20 68 52 45 0 3B E7 45 18
Octal 23 40 150 122 105 0 73 347 105 30
Binary 10011 100000 1101000 1010010 1000101 0 111011 11100111 1000101 11000

Color Harmonies of #132068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132068

Black with #132068

Text Example


Text Example

White with #132068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132068; }

 p { color: rgb(19,32,104); }

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

background-color css

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

 a { background-color: rgb(19,32,104); }

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

border-color css

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

 span { border-color: rgb(19,32,104); }

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