Html Css Color HEX #132D66 Sapphire

📋 copy color: '#132D66'

red 19 ◦ green 45 ◦ blue 102

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

Shades of Sapphire #132D66

Tints of Sapphire #132D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 11.45%
G = 27.11%
B = 61.45%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132D66 (or 0x132D66) is known color: Sapphire. HEX triplet: 13, 2D and 66. RGB value is (19,45,102). Sum of RGB (Red+Green+Blue) = 19+45+102=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #132D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D66 is #ECD299. Grayscale: #2B2B2B. Windows color (decimal): -15520410 or 6696211. OLE color: 6696211.

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

Color convert

RGB 19 45 102 -
CMYK 0.81 0.56 0 0.6
HSL 221.2º 0.69% 0.24% -
HSV(B) 221.2º 0.81% 0.4% -
XYZ 3.61 2.97 12.95 -
YUV 43.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 19 45 102 0.81 0.56 0 0.6 221.2 0.69 0.24
Hex 13 2D 66 51 38 0 3C DD 45 18
Octal 23 55 146 121 70 0 74 335 105 30
Binary 10011 101101 1100110 1010001 111000 0 111100 11011101 1000101 11000

Color Harmonies of #132D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D66

Black with #132D66

Text Example


Text Example

White with #132D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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