Html Css Color HEX #132269 Sapphire

📋 copy color: '#132269'

red 19 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #132269

Tints of Sapphire #132269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 12.03%
G = 21.52%
B = 66.46%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132269 (or 0x132269) is known color: Sapphire. HEX triplet: 13, 22 and 69. RGB value is (19,34,105). Sum of RGB (Red+Green+Blue) = 19+34+105=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #132269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132269 is #ECDD96. Grayscale: #252525. Windows color (decimal): -15523223 or 6890003. OLE color: 6890003.

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

Color convert

RGB 19 34 105 -
CMYK 0.82 0.68 0 0.59
HSL 229.53º 0.69% 0.24% -
HSV(B) 229.53º 0.82% 0.41% -
XYZ 3.39 2.3 13.63 -
YUV 37.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 19 34 105 0.82 0.68 0 0.59 229.53 0.69 0.24
Hex 13 22 69 52 44 0 3B E6 45 18
Octal 23 42 151 122 104 0 73 346 105 30
Binary 10011 100010 1101001 1010010 1000100 0 111011 11100110 1000101 11000

Color Harmonies of #132269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132269

Black with #132269

Text Example


Text Example

White with #132269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132269; }

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

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

background-color css

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

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

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

border-color css

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

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

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