Html Css Color HEX #132A7C Sapphire

📋 copy color: '#132A7C'

red 19 ◦ green 42 ◦ blue 124

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

Shades of Sapphire #132A7C

Tints of Sapphire #132A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.03%

R = 10.27%
G = 22.7%
B = 67.03%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#132A7C (or 0x132A7C) is known color: Sapphire. HEX triplet: 13, 2A and 7C. RGB value is (19,42,124). Sum of RGB (Red+Green+Blue) = 19+42+124=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #132A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A7C is #ECD583. Grayscale: #2C2C2C. Windows color (decimal): -15521156 or 8137235. OLE color: 8137235.

HSL color Cylindrical-coordinate representation of color #132A7C: hue angle of 226.86º degrees, saturation: 0.73, 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 #132A7C is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 42 124 -
CMYK 0.85 0.66 0 0.51
HSL 226.86º 0.73% 0.28% -
HSV(B) 226.86º 0.85% 0.49% -
XYZ 4.73 3.25 19.45 -
YUV 44.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 19 42 124 0.85 0.66 0 0.51 226.86 0.73 0.28
Hex 13 2A 7C 55 42 0 33 E3 49 1C
Octal 23 52 174 125 102 0 63 343 111 34
Binary 10011 101010 1111100 1010101 1000010 0 110011 11100011 1001001 11100

Color Harmonies of #132A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A7C

Black with #132A7C

Text Example


Text Example

White with #132A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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