Html Css Color HEX #193266 Sapphire

📋 copy color: '#193266'

red 25 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #193266

Tints of Sapphire #193266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 14.12%
G = 28.25%
B = 57.63%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#193266 (or 0x193266) is known color: Sapphire. HEX triplet: 19, 32 and 66. RGB value is (25,50,102). Sum of RGB (Red+Green+Blue) = 25+50+102=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #193266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193266 is #E6CD99. Grayscale: #303030. Windows color (decimal): -15125914 or 6697497. OLE color: 6697497.

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

Color convert

RGB 25 50 102 -
CMYK 0.75 0.51 0 0.6
HSL 220.52º 0.61% 0.25% -
HSV(B) 220.52º 0.75% 0.4% -
XYZ 3.94 3.45 13.03 -
YUV 48.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 25 50 102 0.75 0.51 0 0.6 220.52 0.61 0.25
Hex 19 32 66 4B 33 0 3C DD 3D 19
Octal 31 62 146 113 63 0 74 335 75 31
Binary 11001 110010 1100110 1001011 110011 0 111100 11011101 111101 11001

Color Harmonies of #193266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193266

Black with #193266

Text Example


Text Example

White with #193266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193266; }

 p { color: rgb(25,50,102); }

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

background-color css

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

 a { background-color: rgb(25,50,102); }

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

border-color css

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

 span { border-color: rgb(25,50,102); }

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