Html Css Color HEX #132261 Sapphire

📋 copy color: '#132261'

red 19 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #132261

Tints of Sapphire #132261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

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

R = 12.67%
G = 22.67%
B = 64.67%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132261 (or 0x132261) is known color: Sapphire. HEX triplet: 13, 22 and 61. RGB value is (19,34,97). Sum of RGB (Red+Green+Blue) = 19+34+97=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #132261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132261 is #ECDD9E. Grayscale: #242424. Windows color (decimal): -15523231 or 6365715. OLE color: 6365715.

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

Color convert

RGB 19 34 97 -
CMYK 0.80 0.65 0 0.62
HSL 228.46º 0.67% 0.23% -
HSV(B) 228.46º 0.8% 0.38% -
XYZ 3 2.15 11.57 -
YUV 36.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 19 34 97 0.80 0.65 0 0.62 228.46 0.67 0.23
Hex 13 22 61 50 41 0 3E E4 43 17
Octal 23 42 141 120 101 0 76 344 103 27
Binary 10011 100010 1100001 1010000 1000001 0 111110 11100100 1000011 10111

Color Harmonies of #132261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132261

Black with #132261

Text Example


Text Example

White with #132261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132261; }

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

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

background-color css

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

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

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

border-color css

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

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

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