Html Css Color HEX #132F75 Sapphire

📋 copy color: '#132F75'

red 19 ◦ green 47 ◦ blue 117

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

Shades of Sapphire #132F75

Tints of Sapphire #132F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.68%

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 10.38%
G = 25.68%
B = 63.93%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132F75 (or 0x132F75) is known color: Sapphire. HEX triplet: 13, 2F and 75. RGB value is (19,47,117). Sum of RGB (Red+Green+Blue) = 19+47+117=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #132F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F75 is #ECD08A. Grayscale: #2E2E2E. Windows color (decimal): -15519883 or 7679763. OLE color: 7679763.

HSL color Cylindrical-coordinate representation of color #132F75: hue angle of 222.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132F75 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 47 117 -
CMYK 0.84 0.60 0 0.54
HSL 222.86º 0.72% 0.27% -
HSV(B) 222.86º 0.84% 0.46% -
XYZ 4.5 3.46 17.26 -
YUV 46.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 19 47 117 0.84 0.60 0 0.54 222.86 0.72 0.27
Hex 13 2F 75 54 3C 0 36 DF 48 1B
Octal 23 57 165 124 74 0 66 337 110 33
Binary 10011 101111 1110101 1010100 111100 0 110110 11011111 1001000 11011

Color Harmonies of #132F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F75

Black with #132F75

Text Example


Text Example

White with #132F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,47,117); }

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

background-color css

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

 a { background-color: rgb(19,47,117); }

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

border-color css

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

 span { border-color: rgb(19,47,117); }

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