Html Css Color HEX #132C7A Sapphire

📋 copy color: '#132C7A'

red 19 ◦ green 44 ◦ blue 122

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

Shades of Sapphire #132C7A

Tints of Sapphire #132C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 65.95%

R = 10.27%
G = 23.78%
B = 65.95%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#132C7A (or 0x132C7A) is known color: Sapphire. HEX triplet: 13, 2C and 7A. RGB value is (19,44,122). Sum of RGB (Red+Green+Blue) = 19+44+122=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #132C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C7A is #ECD385. Grayscale: #2D2D2D. Windows color (decimal): -15520646 or 8006675. OLE color: 8006675.

HSL color Cylindrical-coordinate representation of color #132C7A: hue angle of 225.44º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132C7A is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 44 122 -
CMYK 0.84 0.64 0 0.52
HSL 225.44º 0.73% 0.28% -
HSV(B) 225.44º 0.84% 0.48% -
XYZ 4.68 3.34 18.81 -
YUV 45.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 19 44 122 0.84 0.64 0 0.52 225.44 0.73 0.28
Hex 13 2C 7A 54 40 0 34 E1 49 1C
Octal 23 54 172 124 100 0 64 341 111 34
Binary 10011 101100 1111010 1010100 1000000 0 110100 11100001 1001001 11100

Color Harmonies of #132C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C7A

Black with #132C7A

Text Example


Text Example

White with #132C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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