Html Css Color HEX #193068 Sapphire

📋 copy color: '#193068'

red 25 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #193068

Tints of Sapphire #193068

RGB

 RED value IS 25 (10.16% from 255) = 14.12%

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

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

R = 14.12%
G = 27.12%
B = 58.76%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193068 (or 0x193068) is known color: Sapphire. HEX triplet: 19, 30 and 68. RGB value is (25,48,104). Sum of RGB (Red+Green+Blue) = 25+48+104=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #193068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193068 is #E6CF97. Grayscale: #2F2F2F. Windows color (decimal): -15126424 or 6828057. OLE color: 6828057.

HSL color Cylindrical-coordinate representation of color #193068: hue angle of 222.53º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193068 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 48 104 -
CMYK 0.76 0.54 0 0.59
HSL 222.53º 0.61% 0.25% -
HSV(B) 222.53º 0.76% 0.41% -
XYZ 3.96 3.32 13.53 -
YUV 47.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 25 48 104 0.76 0.54 0 0.59 222.53 0.61 0.25
Hex 19 30 68 4C 36 0 3B DF 3D 19
Octal 31 60 150 114 66 0 73 337 75 31
Binary 11001 110000 1101000 1001100 110110 0 111011 11011111 111101 11001

Color Harmonies of #193068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193068

Black with #193068

Text Example


Text Example

White with #193068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193068; }

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

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

background-color css

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

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

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

border-color css

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

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

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