Html Css Color HEX #132672 Sapphire

📋 copy color: '#132672'

red 19 ◦ green 38 ◦ blue 114

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

Shades of Sapphire #132672

Tints of Sapphire #132672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 11.11%
G = 22.22%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132672 (or 0x132672) is known color: Sapphire. HEX triplet: 13, 26 and 72. RGB value is (19,38,114). Sum of RGB (Red+Green+Blue) = 19+38+114=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #132672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132672 is #ECD98D. Grayscale: #282828. Windows color (decimal): -15522190 or 7480851. OLE color: 7480851.

HSL color Cylindrical-coordinate representation of color #132672: hue angle of 228º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132672 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 38 114 -
CMYK 0.83 0.67 0 0.55
HSL 228º 0.71% 0.26% -
HSV(B) 228º 0.83% 0.45% -
XYZ 4 2.74 16.24 -
YUV 40.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 19 38 114 0.83 0.67 0 0.55 228 0.71 0.26
Hex 13 26 72 53 43 0 37 E4 47 1A
Octal 23 46 162 123 103 0 67 344 107 32
Binary 10011 100110 1110010 1010011 1000011 0 110111 11100100 1000111 11010

Color Harmonies of #132672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132672

Black with #132672

Text Example


Text Example

White with #132672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132672; }

 p { color: rgb(19,38,114); }

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

background-color css

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

 a { background-color: rgb(19,38,114); }

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

border-color css

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

 span { border-color: rgb(19,38,114); }

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