Html Css Color HEX #132664 Sapphire

📋 copy color: '#132664'

red 19 ◦ green 38 ◦ blue 100

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

Shades of Sapphire #132664

Tints of Sapphire #132664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

 BLUE value IS 100 (39.45% from 255) = 63.69%

R = 12.1%
G = 24.2%
B = 63.69%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#132664 (or 0x132664) is known color: Sapphire. HEX triplet: 13, 26 and 64. RGB value is (19,38,100). Sum of RGB (Red+Green+Blue) = 19+38+100=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #132664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132664 is #ECD99B. Grayscale: #272727. Windows color (decimal): -15522204 or 6563347. OLE color: 6563347.

HSL color Cylindrical-coordinate representation of color #132664: hue angle of 225.93º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132664 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 38 100 -
CMYK 0.81 0.62 0 0.61
HSL 225.93º 0.68% 0.23% -
HSV(B) 225.93º 0.81% 0.39% -
XYZ 3.26 2.44 12.36 -
YUV 39.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 19 38 100 0.81 0.62 0 0.61 225.93 0.68 0.23
Hex 13 26 64 51 3E 0 3D E2 44 17
Octal 23 46 144 121 76 0 75 342 104 27
Binary 10011 100110 1100100 1010001 111110 0 111101 11100010 1000100 10111

Color Harmonies of #132664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132664

Black with #132664

Text Example


Text Example

White with #132664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132664; }

 p { color: rgb(19,38,100); }

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

background-color css

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

 a { background-color: rgb(19,38,100); }

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

border-color css

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

 span { border-color: rgb(19,38,100); }

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