Html Css Color HEX #132766 Sapphire

📋 copy color: '#132766'

red 19 ◦ green 39 ◦ blue 102

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

Shades of Sapphire #132766

Tints of Sapphire #132766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

 BLUE value IS 102 (40.23% from 255) = 63.75%

R = 11.88%
G = 24.38%
B = 63.75%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132766 (or 0x132766) is known color: Sapphire. HEX triplet: 13, 27 and 66. RGB value is (19,39,102). Sum of RGB (Red+Green+Blue) = 19+39+102=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #132766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132766 is #ECD899. Grayscale: #272727. Windows color (decimal): -15521946 or 6694675. OLE color: 6694675.

HSL color Cylindrical-coordinate representation of color #132766: hue angle of 225.54º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132766 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 39 102 -
CMYK 0.81 0.62 0 0.6
HSL 225.54º 0.69% 0.24% -
HSV(B) 225.54º 0.81% 0.4% -
XYZ 3.39 2.55 12.88 -
YUV 40.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 19 39 102 0.81 0.62 0 0.6 225.54 0.69 0.24
Hex 13 27 66 51 3E 0 3C E2 45 18
Octal 23 47 146 121 76 0 74 342 105 30
Binary 10011 100111 1100110 1010001 111110 0 111100 11100010 1000101 11000

Color Harmonies of #132766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132766

Black with #132766

Text Example


Text Example

White with #132766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132766; }

 p { color: rgb(19,39,102); }

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

background-color css

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

 a { background-color: rgb(19,39,102); }

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

border-color css

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

 span { border-color: rgb(19,39,102); }

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