Html Css Color HEX #132F68 Sapphire

📋 copy color: '#132F68'

red 19 ◦ green 47 ◦ blue 104

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

Shades of Sapphire #132F68

Tints of Sapphire #132F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 11.18%
G = 27.65%
B = 61.18%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132F68 (or 0x132F68) is known color: Sapphire. HEX triplet: 13, 2F and 68. RGB value is (19,47,104). Sum of RGB (Red+Green+Blue) = 19+47+104=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #132F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F68 is #ECD097. Grayscale: #2C2C2C. Windows color (decimal): -15519896 or 6827795. OLE color: 6827795.

HSL color Cylindrical-coordinate representation of color #132F68: hue angle of 220.24º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132F68 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 47 104 -
CMYK 0.82 0.55 0 0.59
HSL 220.24º 0.69% 0.24% -
HSV(B) 220.24º 0.82% 0.41% -
XYZ 3.78 3.17 13.51 -
YUV 45.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 19 47 104 0.82 0.55 0 0.59 220.24 0.69 0.24
Hex 13 2F 68 52 37 0 3B DC 45 18
Octal 23 57 150 122 67 0 73 334 105 30
Binary 10011 101111 1101000 1010010 110111 0 111011 11011100 1000101 11000

Color Harmonies of #132F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F68

Black with #132F68

Text Example


Text Example

White with #132F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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