Html Css Color HEX #132468 Sapphire

📋 copy color: '#132468'

red 19 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #132468

Tints of Sapphire #132468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 11.95%
G = 22.64%
B = 65.41%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132468 (or 0x132468) is known color: Sapphire. HEX triplet: 13, 24 and 68. RGB value is (19,36,104). Sum of RGB (Red+Green+Blue) = 19+36+104=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #132468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132468 is #ECDB97. Grayscale: #262626. Windows color (decimal): -15522712 or 6824979. OLE color: 6824979.

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

Color convert

RGB 19 36 104 -
CMYK 0.82 0.65 0 0.59
HSL 228º 0.69% 0.24% -
HSV(B) 228º 0.82% 0.41% -
XYZ 3.4 2.4 13.38 -
YUV 38.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 19 36 104 0.82 0.65 0 0.59 228 0.69 0.24
Hex 13 24 68 52 41 0 3B E4 45 18
Octal 23 44 150 122 101 0 73 344 105 30
Binary 10011 100100 1101000 1010010 1000001 0 111011 11100100 1000101 11000

Color Harmonies of #132468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132468

Black with #132468

Text Example


Text Example

White with #132468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132468; }

 p { color: rgb(19,36,104); }

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

background-color css

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

 a { background-color: rgb(19,36,104); }

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

border-color css

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

 span { border-color: rgb(19,36,104); }

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