Html Css Color HEX #132669 Sapphire

📋 copy color: '#132669'

red 19 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #132669

Tints of Sapphire #132669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 11.73%
G = 23.46%
B = 64.81%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132669 (or 0x132669) is known color: Sapphire. HEX triplet: 13, 26 and 69. RGB value is (19,38,105). Sum of RGB (Red+Green+Blue) = 19+38+105=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #132669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132669 is #ECD996. Grayscale: #272727. Windows color (decimal): -15522199 or 6891027. OLE color: 6891027.

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

Color convert

RGB 19 38 105 -
CMYK 0.82 0.64 0 0.59
HSL 226.74º 0.69% 0.24% -
HSV(B) 226.74º 0.82% 0.41% -
XYZ 3.51 2.54 13.67 -
YUV 39.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 19 38 105 0.82 0.64 0 0.59 226.74 0.69 0.24
Hex 13 26 69 52 40 0 3B E3 45 18
Octal 23 46 151 122 100 0 73 343 105 30
Binary 10011 100110 1101001 1010010 1000000 0 111011 11100011 1000101 11000

Color Harmonies of #132669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132669

Black with #132669

Text Example


Text Example

White with #132669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132669; }

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

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

background-color css

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

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

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

border-color css

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

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

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