Html Css Color HEX #193062 Sapphire

📋 copy color: '#193062'

red 25 ◦ green 48 ◦ blue 98

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

Shades of Sapphire #193062

Tints of Sapphire #193062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 57.31%

R = 14.62%
G = 28.07%
B = 57.31%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193062 (or 0x193062) is known color: Sapphire. HEX triplet: 19, 30 and 62. RGB value is (25,48,98). Sum of RGB (Red+Green+Blue) = 25+48+98=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #193062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193062 is #E6CF9D. Grayscale: #2E2E2E. Windows color (decimal): -15126430 or 6434841. OLE color: 6434841.

HSL color Cylindrical-coordinate representation of color #193062: hue angle of 221.1º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193062 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 48 98 -
CMYK 0.74 0.51 0 0.62
HSL 221.1º 0.59% 0.24% -
HSV(B) 221.1º 0.74% 0.38% -
XYZ 3.66 3.2 11.98 -
YUV 46.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 25 48 98 0.74 0.51 0 0.62 221.1 0.59 0.24
Hex 19 30 62 4A 33 0 3E DD 3B 18
Octal 31 60 142 112 63 0 76 335 73 30
Binary 11001 110000 1100010 1001010 110011 0 111110 11011101 111011 11000

Color Harmonies of #193062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193062

Black with #193062

Text Example


Text Example

White with #193062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193062; }

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

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

background-color css

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

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

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

border-color css

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

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

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