Html Css Color HEX #132F69 Sapphire

📋 copy color: '#132F69'

red 19 ◦ green 47 ◦ blue 105

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

Shades of Sapphire #132F69

Tints of Sapphire #132F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 11.11%
G = 27.49%
B = 61.4%

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

#132F69 (or 0x132F69) is known color: Sapphire. HEX triplet: 13, 2F and 69. RGB value is (19,47,105). Sum of RGB (Red+Green+Blue) = 19+47+105=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #132F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F69 is #ECD096. Grayscale: #2C2C2C. Windows color (decimal): -15519895 or 6893331. OLE color: 6893331.

HSL color Cylindrical-coordinate representation of color #132F69: hue angle of 220.47º 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 #132F69 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 47 105 -
CMYK 0.82 0.55 0 0.59
HSL 220.47º 0.69% 0.24% -
HSV(B) 220.47º 0.82% 0.41% -
XYZ 3.83 3.19 13.78 -
YUV 45.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 19 47 105 0.82 0.55 0 0.59 220.47 0.69 0.24
Hex 13 2F 69 52 37 0 3B DC 45 18
Octal 23 57 151 122 67 0 73 334 105 30
Binary 10011 101111 1101001 1010010 110111 0 111011 11011100 1000101 11000

Color Harmonies of #132F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F69

Black with #132F69

Text Example


Text Example

White with #132F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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