Html Css Color HEX #192564 Sapphire

📋 copy color: '#192564'

red 25 ◦ green 37 ◦ blue 100

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

Shades of Sapphire #192564

Tints of Sapphire #192564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

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

R = 15.43%
G = 22.84%
B = 61.73%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192564 (or 0x192564) is known color: Sapphire. HEX triplet: 19, 25 and 64. RGB value is (25,37,100). Sum of RGB (Red+Green+Blue) = 25+37+100=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #192564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192564 is #E6DA9B. Grayscale: #282828. Windows color (decimal): -15129244 or 6563097. OLE color: 6563097.

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

Color convert

RGB 25 37 100 -
CMYK 0.75 0.63 0 0.61
HSL 230.4º 0.6% 0.25% -
HSV(B) 230.4º 0.75% 0.39% -
XYZ 3.36 2.45 12.35 -
YUV 40.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 25 37 100 0.75 0.63 0 0.61 230.4 0.6 0.25
Hex 19 25 64 4B 3F 0 3D E6 3C 19
Octal 31 45 144 113 77 0 75 346 74 31
Binary 11001 100101 1100100 1001011 111111 0 111101 11100110 111100 11001

Color Harmonies of #192564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192564

Black with #192564

Text Example


Text Example

White with #192564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192564; }

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

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

background-color css

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

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

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

border-color css

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

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

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