Html Css Color HEX #132A66 Sapphire

📋 copy color: '#132A66'

red 19 ◦ green 42 ◦ blue 102

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

Shades of Sapphire #132A66

Tints of Sapphire #132A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

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

R = 11.66%
G = 25.77%
B = 62.58%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132A66 (or 0x132A66) is known color: Sapphire. HEX triplet: 13, 2A and 66. RGB value is (19,42,102). Sum of RGB (Red+Green+Blue) = 19+42+102=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #132A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A66 is #ECD599. Grayscale: #292929. Windows color (decimal): -15521178 or 6695443. OLE color: 6695443.

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

Color convert

RGB 19 42 102 -
CMYK 0.81 0.59 0 0.6
HSL 223.37º 0.69% 0.24% -
HSV(B) 223.37º 0.81% 0.4% -
XYZ 3.49 2.75 12.92 -
YUV 41.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 19 42 102 0.81 0.59 0 0.6 223.37 0.69 0.24
Hex 13 2A 66 51 3B 0 3C DF 45 18
Octal 23 52 146 121 73 0 74 337 105 30
Binary 10011 101010 1100110 1010001 111011 0 111100 11011111 1000101 11000

Color Harmonies of #132A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A66

Black with #132A66

Text Example


Text Example

White with #132A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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