Html Css Color HEX #132A5F Sapphire

📋 copy color: '#132A5F'

red 19 ◦ green 42 ◦ blue 95

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

Shades of Sapphire #132A5F

Tints of Sapphire #132A5F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 12.18%
G = 26.92%
B = 60.9%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#132A5F (or 0x132A5F) is known color: Sapphire. HEX triplet: 13, 2A and 5F. RGB value is (19,42,95). Sum of RGB (Red+Green+Blue) = 19+42+95=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #132A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A5F is #ECD5A0. Grayscale: #282828. Windows color (decimal): -15521185 or 6236691. OLE color: 6236691.

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

Color convert

RGB 19 42 95 -
CMYK 0.80 0.56 0 0.63
HSL 221.84º 0.67% 0.22% -
HSV(B) 221.84º 0.8% 0.37% -
XYZ 3.16 2.62 11.17 -
YUV 41.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 19 42 95 0.80 0.56 0 0.63 221.84 0.67 0.22
Hex 13 2A 5F 50 38 0 3F DE 43 16
Octal 23 52 137 120 70 0 77 336 103 26
Binary 10011 101010 1011111 1010000 111000 0 111111 11011110 1000011 10110

Color Harmonies of #132A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A5F

Black with #132A5F

Text Example


Text Example

White with #132A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,42,95); }

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

background-color css

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

 a { background-color: rgb(19,42,95); }

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

border-color css

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

 span { border-color: rgb(19,42,95); }

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