Html Css Color HEX #133068 Sapphire

📋 copy color: '#133068'

red 19 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #133068

Tints of Sapphire #133068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 11.11%
G = 28.07%
B = 60.82%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133068 (or 0x133068) is known color: Sapphire. HEX triplet: 13, 30 and 68. RGB value is (19,48,104). Sum of RGB (Red+Green+Blue) = 19+48+104=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #133068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133068 is #ECCF97. Grayscale: #2D2D2D. Windows color (decimal): -15519640 or 6828051. OLE color: 6828051.

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

Color convert

RGB 19 48 104 -
CMYK 0.82 0.54 0 0.59
HSL 219.53º 0.69% 0.24% -
HSV(B) 219.53º 0.82% 0.41% -
XYZ 3.82 3.25 13.52 -
YUV 45.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 19 48 104 0.82 0.54 0 0.59 219.53 0.69 0.24
Hex 13 30 68 52 36 0 3B DC 45 18
Octal 23 60 150 122 66 0 73 334 105 30
Binary 10011 110000 1101000 1010010 110110 0 111011 11011100 1000101 11000

Color Harmonies of #133068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133068

Black with #133068

Text Example


Text Example

White with #133068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133068; }

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

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

background-color css

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

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

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

border-color css

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

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

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