Html Css Color HEX #132466 Sapphire

📋 copy color: '#132466'

red 19 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #132466

Tints of Sapphire #132466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 12.1%
G = 22.93%
B = 64.97%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132466 (or 0x132466) is known color: Sapphire. HEX triplet: 13, 24 and 66. RGB value is (19,36,102). Sum of RGB (Red+Green+Blue) = 19+36+102=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #132466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132466 is #ECDB99. Grayscale: #262626. Windows color (decimal): -15522714 or 6693907. OLE color: 6693907.

HSL color Cylindrical-coordinate representation of color #132466: hue angle of 227.71º 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 #132466 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 36 102 -
CMYK 0.81 0.65 0 0.6
HSL 227.71º 0.69% 0.24% -
HSV(B) 227.71º 0.81% 0.4% -
XYZ 3.3 2.36 12.85 -
YUV 38.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 19 36 102 0.81 0.65 0 0.6 227.71 0.69 0.24
Hex 13 24 66 51 41 0 3C E4 45 18
Octal 23 44 146 121 101 0 74 344 105 30
Binary 10011 100100 1100110 1010001 1000001 0 111100 11100100 1000101 11000

Color Harmonies of #132466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132466

Black with #132466

Text Example


Text Example

White with #132466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132466; }

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

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

background-color css

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

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

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

border-color css

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

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

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