Html Css Color HEX #19334F Regal Blue

📋 copy color: '#19334F'

red 25 ◦ green 51 ◦ blue 79

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

Shades of Regal Blue #19334F

Tints of Regal Blue #19334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 79 (31.25% from 255) = 50.97%

R = 16.13%
G = 32.9%
B = 50.97%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19334F (or 0x19334F) is known color: Regal Blue. HEX triplet: 19, 33 and 4F. RGB value is (25,51,79). Sum of RGB (Red+Green+Blue) = 25+51+79=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #19334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19334F is #E6CCB0. Grayscale: #2E2E2E. Windows color (decimal): -15125681 or 5190425. OLE color: 5190425.

HSL color Cylindrical-coordinate representation of color #19334F: hue angle of 211.11º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19334F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 51 79 -
CMYK 0.68 0.35 0 0.69
HSL 211.11º 0.52% 0.2% -
HSV(B) 211.11º 0.68% 0.31% -
XYZ 3 3.14 7.85 -
YUV 46.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 25 51 79 0.68 0.35 0 0.69 211.11 0.52 0.2
Hex 19 33 4F 44 23 0 45 D3 34 14
Octal 31 63 117 104 43 0 105 323 64 24
Binary 11001 110011 1001111 1000100 100011 0 1000101 11010011 110100 10100

Color Harmonies of #19334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19334F

Black with #19334F

Text Example


Text Example

White with #19334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19334F; }

 p { color: rgb(25,51,79); }

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

background-color css

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

 a { background-color: rgb(25,51,79); }

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

border-color css

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

 span { border-color: rgb(25,51,79); }

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