Html Css Color HEX #192B5F Sapphire

📋 copy color: '#192B5F'

red 25 ◦ green 43 ◦ blue 95

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

Shades of Sapphire #192B5F

Tints of Sapphire #192B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 15.34%
G = 26.38%
B = 58.28%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#192B5F (or 0x192B5F) is known color: Sapphire. HEX triplet: 19, 2B and 5F. RGB value is (25,43,95). Sum of RGB (Red+Green+Blue) = 25+43+95=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #192B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B5F is #E6D4A0. Grayscale: #2B2B2B. Windows color (decimal): -15127713 or 6236953. OLE color: 6236953.

HSL color Cylindrical-coordinate representation of color #192B5F: hue angle of 224.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192B5F is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 43 95 -
CMYK 0.74 0.55 0 0.63
HSL 224.57º 0.58% 0.24% -
HSV(B) 224.57º 0.74% 0.37% -
XYZ 3.33 2.76 11.18 -
YUV 43.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 25 43 95 0.74 0.55 0 0.63 224.57 0.58 0.24
Hex 19 2B 5F 4A 37 0 3F E1 3A 18
Octal 31 53 137 112 67 0 77 341 72 30
Binary 11001 101011 1011111 1001010 110111 0 111111 11100001 111010 11000

Color Harmonies of #192B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192B5F

Black with #192B5F

Text Example


Text Example

White with #192B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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