Html Css Color HEX #192766 Sapphire

📋 copy color: '#192766'

red 25 ◦ green 39 ◦ blue 102

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

Shades of Sapphire #192766

Tints of Sapphire #192766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 15.06%
G = 23.49%
B = 61.45%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#192766 (or 0x192766) is known color: Sapphire. HEX triplet: 19, 27 and 66. RGB value is (25,39,102). Sum of RGB (Red+Green+Blue) = 25+39+102=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #192766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192766 is #E6D899. Grayscale: #292929. Windows color (decimal): -15128730 or 6694681. OLE color: 6694681.

HSL color Cylindrical-coordinate representation of color #192766: hue angle of 229.09º 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 #192766 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 39 102 -
CMYK 0.75 0.62 0 0.6
HSL 229.09º 0.61% 0.25% -
HSV(B) 229.09º 0.75% 0.4% -
XYZ 3.52 2.62 12.89 -
YUV 42 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 25 39 102 0.75 0.62 0 0.6 229.09 0.61 0.25
Hex 19 27 66 4B 3E 0 3C E5 3D 19
Octal 31 47 146 113 76 0 74 345 75 31
Binary 11001 100111 1100110 1001011 111110 0 111100 11100101 111101 11001

Color Harmonies of #192766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192766

Black with #192766

Text Example


Text Example

White with #192766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192766; }

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

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

background-color css

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

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

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

border-color css

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

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

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