Html Css Color HEX #132969 Sapphire

📋 copy color: '#132969'

red 19 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #132969

Tints of Sapphire #132969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

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

R = 11.52%
G = 24.85%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132969 (or 0x132969) is known color: Sapphire. HEX triplet: 13, 29 and 69. RGB value is (19,41,105). Sum of RGB (Red+Green+Blue) = 19+41+105=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #132969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132969 is #ECD696. Grayscale: #292929. Windows color (decimal): -15521431 or 6891795. OLE color: 6891795.

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

Color convert

RGB 19 41 105 -
CMYK 0.82 0.61 0 0.59
HSL 224.65º 0.69% 0.24% -
HSV(B) 224.65º 0.82% 0.41% -
XYZ 3.61 2.74 13.7 -
YUV 41.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 19 41 105 0.82 0.61 0 0.59 224.65 0.69 0.24
Hex 13 29 69 52 3D 0 3B E1 45 18
Octal 23 51 151 122 75 0 73 341 105 30
Binary 10011 101001 1101001 1010010 111101 0 111011 11100001 1000101 11000

Color Harmonies of #132969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132969

Black with #132969

Text Example


Text Example

White with #132969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132969; }

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

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

background-color css

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

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

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

border-color css

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

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

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