Html Css Color HEX #193369 Sapphire

📋 copy color: '#193369'

red 25 ◦ green 51 ◦ blue 105

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

Shades of Sapphire #193369

Tints of Sapphire #193369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 105 (41.41% from 255) = 58.01%

R = 13.81%
G = 28.18%
B = 58.01%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193369 (or 0x193369) is known color: Sapphire. HEX triplet: 19, 33 and 69. RGB value is (25,51,105). Sum of RGB (Red+Green+Blue) = 25+51+105=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #193369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193369 is #E6CC96. Grayscale: #313131. Windows color (decimal): -15125655 or 6894361. OLE color: 6894361.

HSL color Cylindrical-coordinate representation of color #193369: hue angle of 220.5º degrees, saturation: 0.62, 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 #193369 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 51 105 -
CMYK 0.76 0.51 0 0.59
HSL 220.5º 0.62% 0.25% -
HSV(B) 220.5º 0.76% 0.41% -
XYZ 4.13 3.59 13.84 -
YUV 49.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 25 51 105 0.76 0.51 0 0.59 220.5 0.62 0.25
Hex 19 33 69 4C 33 0 3B DC 3E 19
Octal 31 63 151 114 63 0 73 334 76 31
Binary 11001 110011 1101001 1001100 110011 0 111011 11011100 111110 11001

Color Harmonies of #193369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193369

Black with #193369

Text Example


Text Example

White with #193369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193369; }

 p { color: rgb(25,51,105); }

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

background-color css

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

 a { background-color: rgb(25,51,105); }

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

border-color css

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

 span { border-color: rgb(25,51,105); }

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