Html Css Color HEX #192664 Sapphire

📋 copy color: '#192664'

red 25 ◦ green 38 ◦ blue 100

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

Shades of Sapphire #192664

Tints of Sapphire #192664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

 BLUE value IS 100 (39.45% from 255) = 61.35%

R = 15.34%
G = 23.31%
B = 61.35%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192664 (or 0x192664) is known color: Sapphire. HEX triplet: 19, 26 and 64. RGB value is (25,38,100). Sum of RGB (Red+Green+Blue) = 25+38+100=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #192664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192664 is #E6D99B. Grayscale: #282828. Windows color (decimal): -15128988 or 6563353. OLE color: 6563353.

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

Color convert

RGB 25 38 100 -
CMYK 0.75 0.62 0 0.61
HSL 229.6º 0.6% 0.25% -
HSV(B) 229.6º 0.75% 0.39% -
XYZ 3.39 2.51 12.36 -
YUV 41.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 25 38 100 0.75 0.62 0 0.61 229.6 0.6 0.25
Hex 19 26 64 4B 3E 0 3D E6 3C 19
Octal 31 46 144 113 76 0 75 346 74 31
Binary 11001 100110 1100100 1001011 111110 0 111101 11100110 111100 11001

Color Harmonies of #192664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192664

Black with #192664

Text Example


Text Example

White with #192664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192664; }

 p { color: rgb(25,38,100); }

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

background-color css

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

 a { background-color: rgb(25,38,100); }

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

border-color css

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

 span { border-color: rgb(25,38,100); }

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