Html Css Color HEX #132461 Sapphire

📋 copy color: '#132461'

red 19 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #132461

Tints of Sapphire #132461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 12.5%
G = 23.68%
B = 63.82%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132461 (or 0x132461) is known color: Sapphire. HEX triplet: 13, 24 and 61. RGB value is (19,36,97). Sum of RGB (Red+Green+Blue) = 19+36+97=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #132461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132461 is #ECDB9E. Grayscale: #252525. Windows color (decimal): -15522719 or 6366227. OLE color: 6366227.

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

Color convert

RGB 19 36 97 -
CMYK 0.80 0.63 0 0.62
HSL 226.92º 0.67% 0.23% -
HSV(B) 226.92º 0.8% 0.38% -
XYZ 3.06 2.26 11.58 -
YUV 37.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 19 36 97 0.80 0.63 0 0.62 226.92 0.67 0.23
Hex 13 24 61 50 3F 0 3E E3 43 17
Octal 23 44 141 120 77 0 76 343 103 27
Binary 10011 100100 1100001 1010000 111111 0 111110 11100011 1000011 10111

Color Harmonies of #132461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132461

Black with #132461

Text Example


Text Example

White with #132461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132461; }

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

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

background-color css

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

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

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

border-color css

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

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

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