Html Css Color HEX #192B61 Sapphire

📋 copy color: '#192B61'

red 25 ◦ green 43 ◦ blue 97

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

Shades of Sapphire #192B61

Tints of Sapphire #192B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 15.15%
G = 26.06%
B = 58.79%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192B61 (or 0x192B61) is known color: Sapphire. HEX triplet: 19, 2B and 61. RGB value is (25,43,97). Sum of RGB (Red+Green+Blue) = 25+43+97=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #192B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B61 is #E6D49E. Grayscale: #2B2B2B. Windows color (decimal): -15127711 or 6368025. OLE color: 6368025.

HSL color Cylindrical-coordinate representation of color #192B61: hue angle of 225º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192B61 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 43 97 -
CMYK 0.74 0.56 0 0.62
HSL 225º 0.59% 0.24% -
HSV(B) 225º 0.74% 0.38% -
XYZ 3.42 2.8 11.67 -
YUV 43.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 25 43 97 0.74 0.56 0 0.62 225 0.59 0.24
Hex 19 2B 61 4A 38 0 3E E1 3B 18
Octal 31 53 141 112 70 0 76 341 73 30
Binary 11001 101011 1100001 1001010 111000 0 111110 11100001 111011 11000

Color Harmonies of #192B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192B61

Black with #192B61

Text Example


Text Example

White with #192B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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