Html Css Color HEX #132D81 Sapphire

📋 copy color: '#132D81'

red 19 ◦ green 45 ◦ blue 129

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

Shades of Sapphire #132D81

Tints of Sapphire #132D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.84%

R = 9.84%
G = 23.32%
B = 66.84%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132D81 (or 0x132D81) is known color: Sapphire. HEX triplet: 13, 2D and 81. RGB value is (19,45,129). Sum of RGB (Red+Green+Blue) = 19+45+129=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #132D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D81 is #ECD27E. Grayscale: #2E2E2E. Windows color (decimal): -15520383 or 8465683. OLE color: 8465683.

HSL color Cylindrical-coordinate representation of color #132D81: hue angle of 225.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132D81 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 45 129 -
CMYK 0.85 0.65 0 0.49
HSL 225.82º 0.74% 0.29% -
HSV(B) 225.82º 0.85% 0.51% -
XYZ 5.17 3.6 21.19 -
YUV 46.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 19 45 129 0.85 0.65 0 0.49 225.82 0.74 0.29
Hex 13 2D 81 55 41 0 31 E2 4A 1D
Octal 23 55 201 125 101 0 61 342 112 35
Binary 10011 101101 10000001 1010101 1000001 0 110001 11100010 1001010 11101

Color Harmonies of #132D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D81

Black with #132D81

Text Example


Text Example

White with #132D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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