Html Css Color HEX #132D5E Sapphire

📋 copy color: '#132D5E'

red 19 ◦ green 45 ◦ blue 94

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

Shades of Sapphire #132D5E

Tints of Sapphire #132D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 94 (37.11% from 255) = 59.49%

R = 12.03%
G = 28.48%
B = 59.49%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#132D5E (or 0x132D5E) is known color: Sapphire. HEX triplet: 13, 2D and 5E. RGB value is (19,45,94). Sum of RGB (Red+Green+Blue) = 19+45+94=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #132D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D5E is #ECD2A1. Grayscale: #2A2A2A. Windows color (decimal): -15520418 or 6171923. OLE color: 6171923.

HSL color Cylindrical-coordinate representation of color #132D5E: hue angle of 219.2º degrees, saturation: 0.66, 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 #132D5E is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 45 94 -
CMYK 0.80 0.52 0 0.63
HSL 219.2º 0.66% 0.22% -
HSV(B) 219.2º 0.8% 0.37% -
XYZ 3.23 2.82 10.96 -
YUV 42.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 19 45 94 0.80 0.52 0 0.63 219.2 0.66 0.22
Hex 13 2D 5E 50 34 0 3F DB 42 16
Octal 23 55 136 120 64 0 77 333 102 26
Binary 10011 101101 1011110 1010000 110100 0 111111 11011011 1000010 10110

Color Harmonies of #132D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D5E

Black with #132D5E

Text Example


Text Example

White with #132D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,94); }

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

background-color css

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

 a { background-color: rgb(19,45,94); }

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

border-color css

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

 span { border-color: rgb(19,45,94); }

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