Html Css Color HEX #193074 Sapphire

📋 copy color: '#193074'

red 25 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #193074

Tints of Sapphire #193074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 13.23%
G = 25.4%
B = 61.38%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193074 (or 0x193074) is known color: Sapphire. HEX triplet: 19, 30 and 74. RGB value is (25,48,116). Sum of RGB (Red+Green+Blue) = 25+48+116=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #193074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193074 is #E6CF8B. Grayscale: #303030. Windows color (decimal): -15126412 or 7614489. OLE color: 7614489.

HSL color Cylindrical-coordinate representation of color #193074: hue angle of 224.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193074 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 48 116 -
CMYK 0.78 0.59 0 0.55
HSL 224.84º 0.65% 0.28% -
HSV(B) 224.84º 0.78% 0.45% -
XYZ 4.61 3.58 16.97 -
YUV 48.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 25 48 116 0.78 0.59 0 0.55 224.84 0.65 0.28
Hex 19 30 74 4E 3B 0 37 E1 41 1C
Octal 31 60 164 116 73 0 67 341 101 34
Binary 11001 110000 1110100 1001110 111011 0 110111 11100001 1000001 11100

Color Harmonies of #193074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193074

Black with #193074

Text Example


Text Example

White with #193074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193074; }

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

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

background-color css

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

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

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

border-color css

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

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

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