Html Css Color HEX #193E6B Regal Blue

📋 copy color: '#193E6B'

red 25 ◦ green 62 ◦ blue 107

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

Shades of Regal Blue #193E6B

Tints of Regal Blue #193E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 12.89%
G = 31.96%
B = 55.15%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#193E6B (or 0x193E6B) is known color: Regal Blue. HEX triplet: 19, 3E and 6B. RGB value is (25,62,107). Sum of RGB (Red+Green+Blue) = 25+62+107=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #193E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E6B is #E6C194. Grayscale: #373737. Windows color (decimal): -15122837 or 7028249. OLE color: 7028249.

HSL color Cylindrical-coordinate representation of color #193E6B: hue angle of 212.93º 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 #193E6B is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 62 107 -
CMYK 0.77 0.42 0 0.58
HSL 212.93º 0.62% 0.26% -
HSV(B) 212.93º 0.77% 0.42% -
XYZ 4.78 4.71 14.57 -
YUV 56.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 25 62 107 0.77 0.42 0 0.58 212.93 0.62 0.26
Hex 19 3E 6B 4D 2A 0 3A D5 3E 1A
Octal 31 76 153 115 52 0 72 325 76 32
Binary 11001 111110 1101011 1001101 101010 0 111010 11010101 111110 11010

Color Harmonies of #193E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E6B

Black with #193E6B

Text Example


Text Example

White with #193E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193E6B; }

 p { color: rgb(25,62,107); }

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

background-color css

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

 a { background-color: rgb(25,62,107); }

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

border-color css

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

 span { border-color: rgb(25,62,107); }

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