Html Css Color HEX #193252 Regal Blue

📋 copy color: '#193252'

red 25 ◦ green 50 ◦ blue 82

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

Shades of Regal Blue #193252

Tints of Regal Blue #193252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 15.92%
G = 31.85%
B = 52.23%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193252 (or 0x193252) is known color: Regal Blue. HEX triplet: 19, 32 and 52. RGB value is (25,50,82). Sum of RGB (Red+Green+Blue) = 25+50+82=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #193252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193252 is #E6CDAD. Grayscale: #2E2E2E. Windows color (decimal): -15125934 or 5386777. OLE color: 5386777.

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

Color convert

RGB 25 50 82 -
CMYK 0.70 0.39 0 0.68
HSL 213.68º 0.53% 0.21% -
HSV(B) 213.68º 0.7% 0.32% -
XYZ 3.06 3.1 8.42 -
YUV 46.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 25 50 82 0.70 0.39 0 0.68 213.68 0.53 0.21
Hex 19 32 52 46 27 0 44 D6 35 15
Octal 31 62 122 106 47 0 104 326 65 25
Binary 11001 110010 1010010 1000110 100111 0 1000100 11010110 110101 10101

Color Harmonies of #193252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193252

Black with #193252

Text Example


Text Example

White with #193252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193252; }

 p { color: rgb(25,50,82); }

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

background-color css

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

 a { background-color: rgb(25,50,82); }

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

border-color css

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

 span { border-color: rgb(25,50,82); }

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