Html Css Color HEX #192B66 Sapphire

📋 copy color: '#192B66'

red 25 ◦ green 43 ◦ blue 102

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

Shades of Sapphire #192B66

Tints of Sapphire #192B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

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

R = 14.71%
G = 25.29%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#192B66 (or 0x192B66) is known color: Sapphire. HEX triplet: 19, 2B and 66. RGB value is (25,43,102). Sum of RGB (Red+Green+Blue) = 25+43+102=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #192B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B66 is #E6D499. Grayscale: #2C2C2C. Windows color (decimal): -15127706 or 6695705. OLE color: 6695705.

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

Color convert

RGB 25 43 102 -
CMYK 0.75 0.58 0 0.6
HSL 225.97º 0.61% 0.25% -
HSV(B) 225.97º 0.75% 0.4% -
XYZ 3.66 2.89 12.94 -
YUV 44.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 25 43 102 0.75 0.58 0 0.6 225.97 0.61 0.25
Hex 19 2B 66 4B 3A 0 3C E2 3D 19
Octal 31 53 146 113 72 0 74 342 75 31
Binary 11001 101011 1100110 1001011 111010 0 111100 11100010 111101 11001

Color Harmonies of #192B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192B66

Black with #192B66

Text Example


Text Example

White with #192B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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