Html Css Color HEX #192962 Sapphire

📋 copy color: '#192962'

red 25 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #192962

Tints of Sapphire #192962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 59.76%

R = 15.24%
G = 25%
B = 59.76%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192962 (or 0x192962) is known color: Sapphire. HEX triplet: 19, 29 and 62. RGB value is (25,41,98). Sum of RGB (Red+Green+Blue) = 25+41+98=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #192962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192962 is #E6D69D. Grayscale: #2A2A2A. Windows color (decimal): -15128222 or 6433049. OLE color: 6433049.

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

Color convert

RGB 25 41 98 -
CMYK 0.74 0.58 0 0.62
HSL 226.85º 0.59% 0.24% -
HSV(B) 226.85º 0.74% 0.38% -
XYZ 3.4 2.67 11.89 -
YUV 42.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 25 41 98 0.74 0.58 0 0.62 226.85 0.59 0.24
Hex 19 29 62 4A 3A 0 3E E3 3B 18
Octal 31 51 142 112 72 0 76 343 73 30
Binary 11001 101001 1100010 1001010 111010 0 111110 11100011 111011 11000

Color Harmonies of #192962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192962

Black with #192962

Text Example


Text Example

White with #192962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192962; }

 p { color: rgb(25,41,98); }

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

background-color css

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

 a { background-color: rgb(25,41,98); }

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

border-color css

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

 span { border-color: rgb(25,41,98); }

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