Html Css Color HEX #132C68 Sapphire

📋 copy color: '#132C68'

red 19 ◦ green 44 ◦ blue 104

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

Shades of Sapphire #132C68

Tints of Sapphire #132C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

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

R = 11.38%
G = 26.35%
B = 62.28%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132C68 (or 0x132C68) is known color: Sapphire. HEX triplet: 13, 2C and 68. RGB value is (19,44,104). Sum of RGB (Red+Green+Blue) = 19+44+104=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #132C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C68 is #ECD397. Grayscale: #2B2B2B. Windows color (decimal): -15520664 or 6827027. OLE color: 6827027.

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

Color convert

RGB 19 44 104 -
CMYK 0.82 0.58 0 0.59
HSL 222.35º 0.69% 0.24% -
HSV(B) 222.35º 0.82% 0.41% -
XYZ 3.67 2.94 13.47 -
YUV 43.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 19 44 104 0.82 0.58 0 0.59 222.35 0.69 0.24
Hex 13 2C 68 52 3A 0 3B DE 45 18
Octal 23 54 150 122 72 0 73 336 105 30
Binary 10011 101100 1101000 1010010 111010 0 111011 11011110 1000101 11000

Color Harmonies of #132C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C68

Black with #132C68

Text Example


Text Example

White with #132C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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