Html Css Color HEX #132B61 Sapphire

📋 copy color: '#132B61'

red 19 ◦ green 43 ◦ blue 97

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

Shades of Sapphire #132B61

Tints of Sapphire #132B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 61.01%

R = 11.95%
G = 27.04%
B = 61.01%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132B61 (or 0x132B61) is known color: Sapphire. HEX triplet: 13, 2B and 61. RGB value is (19,43,97). Sum of RGB (Red+Green+Blue) = 19+43+97=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #132B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B61 is #ECD49E. Grayscale: #292929. Windows color (decimal): -15520927 or 6368019. OLE color: 6368019.

HSL color Cylindrical-coordinate representation of color #132B61: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132B61 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 43 97 -
CMYK 0.80 0.56 0 0.62
HSL 221.54º 0.67% 0.23% -
HSV(B) 221.54º 0.8% 0.38% -
XYZ 3.29 2.73 11.66 -
YUV 41.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 19 43 97 0.80 0.56 0 0.62 221.54 0.67 0.23
Hex 13 2B 61 50 38 0 3E DE 43 17
Octal 23 53 141 120 70 0 76 336 103 27
Binary 10011 101011 1100001 1010000 111000 0 111110 11011110 1000011 10111

Color Harmonies of #132B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B61

Black with #132B61

Text Example


Text Example

White with #132B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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