Html Css Color HEX #132B66 Sapphire

📋 copy color: '#132B66'

red 19 ◦ green 43 ◦ blue 102

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

Shades of Sapphire #132B66

Tints of Sapphire #132B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

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

R = 11.59%
G = 26.22%
B = 62.2%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132B66 (or 0x132B66) is known color: Sapphire. HEX triplet: 13, 2B and 66. RGB value is (19,43,102). Sum of RGB (Red+Green+Blue) = 19+43+102=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #132B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B66 is #ECD499. Grayscale: #2A2A2A. Windows color (decimal): -15520922 or 6695699. OLE color: 6695699.

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

Color convert

RGB 19 43 102 -
CMYK 0.81 0.58 0 0.6
HSL 222.65º 0.69% 0.24% -
HSV(B) 222.65º 0.81% 0.4% -
XYZ 3.53 2.83 12.93 -
YUV 42.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 19 43 102 0.81 0.58 0 0.6 222.65 0.69 0.24
Hex 13 2B 66 51 3A 0 3C DF 45 18
Octal 23 53 146 121 72 0 74 337 105 30
Binary 10011 101011 1100110 1010001 111010 0 111100 11011111 1000101 11000

Color Harmonies of #132B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B66

Black with #132B66

Text Example


Text Example

White with #132B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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