Html Css Color HEX #132268 Sapphire

📋 copy color: '#132268'

red 19 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #132268

Tints of Sapphire #132268

RGB

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

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

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

R = 12.1%
G = 21.66%
B = 66.24%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132268 (or 0x132268) is known color: Sapphire. HEX triplet: 13, 22 and 68. RGB value is (19,34,104). Sum of RGB (Red+Green+Blue) = 19+34+104=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #132268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132268 is #ECDD97. Grayscale: #252525. Windows color (decimal): -15523224 or 6824467. OLE color: 6824467.

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

Color convert

RGB 19 34 104 -
CMYK 0.82 0.67 0 0.59
HSL 229.41º 0.69% 0.24% -
HSV(B) 229.41º 0.82% 0.41% -
XYZ 3.34 2.28 13.36 -
YUV 37.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 19 34 104 0.82 0.67 0 0.59 229.41 0.69 0.24
Hex 13 22 68 52 43 0 3B E5 45 18
Octal 23 42 150 122 103 0 73 345 105 30
Binary 10011 100010 1101000 1010010 1000011 0 111011 11100101 1000101 11000

Color Harmonies of #132268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132268

Black with #132268

Text Example


Text Example

White with #132268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132268; }

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

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

background-color css

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

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

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

border-color css

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

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

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