Html Css Color HEX #193067 Sapphire

📋 copy color: '#193067'

red 25 ◦ green 48 ◦ blue 103

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

Shades of Sapphire #193067

Tints of Sapphire #193067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.52%

R = 14.2%
G = 27.27%
B = 58.52%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#193067 (or 0x193067) is known color: Sapphire. HEX triplet: 19, 30 and 67. RGB value is (25,48,103). Sum of RGB (Red+Green+Blue) = 25+48+103=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #193067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193067 is #E6CF98. Grayscale: #2F2F2F. Windows color (decimal): -15126425 or 6762521. OLE color: 6762521.

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

Color convert

RGB 25 48 103 -
CMYK 0.76 0.53 0 0.60
HSL 222.31º 0.61% 0.25% -
HSV(B) 222.31º 0.76% 0.4% -
XYZ 3.91 3.3 13.26 -
YUV 47.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 25 48 103 0.76 0.53 0 0.60 222.31 0.61 0.25
Hex 19 30 67 4C 35 0 3C DE 3D 19
Octal 31 60 147 114 65 0 74 336 75 31
Binary 11001 110000 1100111 1001100 110101 0 111100 11011110 111101 11001

Color Harmonies of #193067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193067

Black with #193067

Text Example


Text Example

White with #193067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193067; }

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

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

background-color css

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

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

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

border-color css

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

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

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