Html Css Color HEX #19307B Sapphire

📋 copy color: '#19307B'

red 25 ◦ green 48 ◦ blue 123

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

Shades of Sapphire #19307B

Tints of Sapphire #19307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 123 (48.44% from 255) = 62.76%

R = 12.76%
G = 24.49%
B = 62.76%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19307B (or 0x19307B) is known color: Sapphire. HEX triplet: 19, 30 and 7B. RGB value is (25,48,123). Sum of RGB (Red+Green+Blue) = 25+48+123=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #19307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19307B is #E6CF84. Grayscale: #313131. Windows color (decimal): -15126405 or 8073241. OLE color: 8073241.

HSL color Cylindrical-coordinate representation of color #19307B: hue angle of 225.92º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19307B is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 48 123 -
CMYK 0.80 0.61 0 0.52
HSL 225.92º 0.66% 0.29% -
HSV(B) 225.92º 0.8% 0.48% -
XYZ 5.03 3.75 19.2 -
YUV 49.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 25 48 123 0.80 0.61 0 0.52 225.92 0.66 0.29
Hex 19 30 7B 50 3D 0 34 E2 42 1D
Octal 31 60 173 120 75 0 64 342 102 35
Binary 11001 110000 1111011 1010000 111101 0 110100 11100010 1000010 11101

Color Harmonies of #19307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19307B

Black with #19307B

Text Example


Text Example

White with #19307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19307B; }

 p { color: rgb(25,48,123); }

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

background-color css

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

 a { background-color: rgb(25,48,123); }

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

border-color css

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

 span { border-color: rgb(25,48,123); }

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