Html Css Color HEX #132D5B Sapphire

📋 copy color: '#132D5B'

red 19 ◦ green 45 ◦ blue 91

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

Shades of Sapphire #132D5B

Tints of Sapphire #132D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 12.26%
G = 29.03%
B = 58.71%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#132D5B (or 0x132D5B) is known color: Sapphire. HEX triplet: 13, 2D and 5B. RGB value is (19,45,91). Sum of RGB (Red+Green+Blue) = 19+45+91=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #132D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D5B is #ECD2A4. Grayscale: #2A2A2A. Windows color (decimal): -15520421 or 5975315. OLE color: 5975315.

HSL color Cylindrical-coordinate representation of color #132D5B: hue angle of 218.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132D5B is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 45 91 -
CMYK 0.79 0.51 0 0.64
HSL 218.33º 0.65% 0.22% -
HSV(B) 218.33º 0.79% 0.36% -
XYZ 3.1 2.77 10.27 -
YUV 42.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 19 45 91 0.79 0.51 0 0.64 218.33 0.65 0.22
Hex 13 2D 5B 4F 33 0 40 DA 41 16
Octal 23 55 133 117 63 0 100 332 101 26
Binary 10011 101101 1011011 1001111 110011 0 1000000 11011010 1000001 10110

Color Harmonies of #132D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D5B

Black with #132D5B

Text Example


Text Example

White with #132D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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