Html Css Color HEX #132C7D Sapphire

📋 copy color: '#132C7D'

red 19 ◦ green 44 ◦ blue 125

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

Shades of Sapphire #132C7D

Tints of Sapphire #132C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 10.11%
G = 23.4%
B = 66.49%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#132C7D (or 0x132C7D) is known color: Sapphire. HEX triplet: 13, 2C and 7D. RGB value is (19,44,125). Sum of RGB (Red+Green+Blue) = 19+44+125=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #132C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C7D is #ECD382. Grayscale: #2D2D2D. Windows color (decimal): -15520643 or 8203283. OLE color: 8203283.

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

Color convert

RGB 19 44 125 -
CMYK 0.85 0.65 0 0.51
HSL 225.85º 0.74% 0.28% -
HSV(B) 225.85º 0.85% 0.49% -
XYZ 4.87 3.42 19.81 -
YUV 45.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 19 44 125 0.85 0.65 0 0.51 225.85 0.74 0.28
Hex 13 2C 7D 55 41 0 33 E2 4A 1C
Octal 23 54 175 125 101 0 63 342 112 34
Binary 10011 101100 1111101 1010101 1000001 0 110011 11100010 1001010 11100

Color Harmonies of #132C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C7D

Black with #132C7D

Text Example


Text Example

White with #132C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,44,125); }

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

background-color css

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

 a { background-color: rgb(19,44,125); }

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

border-color css

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

 span { border-color: rgb(19,44,125); }

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