Html Css Color HEX #132869 Sapphire

📋 copy color: '#132869'

red 19 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #132869

Tints of Sapphire #132869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 11.59%
G = 24.39%
B = 64.02%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132869 (or 0x132869) is known color: Sapphire. HEX triplet: 13, 28 and 69. RGB value is (19,40,105). Sum of RGB (Red+Green+Blue) = 19+40+105=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #132869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132869 is #ECD796. Grayscale: #282828. Windows color (decimal): -15521687 or 6891539. OLE color: 6891539.

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

Color convert

RGB 19 40 105 -
CMYK 0.82 0.62 0 0.59
HSL 225.35º 0.69% 0.24% -
HSV(B) 225.35º 0.82% 0.41% -
XYZ 3.58 2.68 13.69 -
YUV 41.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 19 40 105 0.82 0.62 0 0.59 225.35 0.69 0.24
Hex 13 28 69 52 3E 0 3B E1 45 18
Octal 23 50 151 122 76 0 73 341 105 30
Binary 10011 101000 1101001 1010010 111110 0 111011 11100001 1000101 11000

Color Harmonies of #132869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132869

Black with #132869

Text Example


Text Example

White with #132869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132869; }

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

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

background-color css

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

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

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

border-color css

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

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

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