Html Css Color HEX #193851 Regal Blue

📋 copy color: '#193851'

red 25 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #193851

Tints of Regal Blue #193851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 81 (32.03% from 255) = 50%

R = 15.43%
G = 34.57%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193851 (or 0x193851) is known color: Regal Blue. HEX triplet: 19, 38 and 51. RGB value is (25,56,81). Sum of RGB (Red+Green+Blue) = 25+56+81=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #193851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193851 is #E6C7AE. Grayscale: #313131. Windows color (decimal): -15124399 or 5322777. OLE color: 5322777.

HSL color Cylindrical-coordinate representation of color #193851: hue angle of 206.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193851 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 56 81 -
CMYK 0.69 0.31 0 0.68
HSL 206.79º 0.53% 0.21% -
HSV(B) 206.79º 0.69% 0.32% -
XYZ 3.3 3.63 8.31 -
YUV 49.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 25 56 81 0.69 0.31 0 0.68 206.79 0.53 0.21
Hex 19 38 51 45 1F 0 44 CF 35 15
Octal 31 70 121 105 37 0 104 317 65 25
Binary 11001 111000 1010001 1000101 11111 0 1000100 11001111 110101 10101

Color Harmonies of #193851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193851

Black with #193851

Text Example


Text Example

White with #193851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193851; }

 p { color: rgb(25,56,81); }

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

background-color css

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

 a { background-color: rgb(25,56,81); }

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

border-color css

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

 span { border-color: rgb(25,56,81); }

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