Html Css Color HEX #19436C Regal Blue

📋 copy color: '#19436C'

red 25 ◦ green 67 ◦ blue 108

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

Shades of Regal Blue #19436C

Tints of Regal Blue #19436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 108 (42.58% from 255) = 54%

R = 12.5%
G = 33.5%
B = 54%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19436C (or 0x19436C) is known color: Regal Blue. HEX triplet: 19, 43 and 6C. RGB value is (25,67,108). Sum of RGB (Red+Green+Blue) = 25+67+108=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #19436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19436C is #E6BC93. Grayscale: #3A3A3A. Windows color (decimal): -15121556 or 7095065. OLE color: 7095065.

HSL color Cylindrical-coordinate representation of color #19436C: hue angle of 209.64º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19436C is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 67 108 -
CMYK 0.77 0.38 0 0.58
HSL 209.64º 0.62% 0.26% -
HSV(B) 209.64º 0.77% 0.42% -
XYZ 5.11 5.3 14.94 -
YUV 59.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 25 67 108 0.77 0.38 0 0.58 209.64 0.62 0.26
Hex 19 43 6C 4D 26 0 3A D2 3E 1A
Octal 31 103 154 115 46 0 72 322 76 32
Binary 11001 1000011 1101100 1001101 100110 0 111010 11010010 111110 11010

Color Harmonies of #19436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19436C

Black with #19436C

Text Example


Text Example

White with #19436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19436C; }

 p { color: rgb(25,67,108); }

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

background-color css

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

 a { background-color: rgb(25,67,108); }

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

border-color css

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

 span { border-color: rgb(25,67,108); }

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