Html Css Color HEX #193383 Resolution Blue

📋 copy color: '#193383'

red 25 ◦ green 51 ◦ blue 131

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

Shades of Resolution Blue #193383

Tints of Resolution Blue #193383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.29%

R = 12.08%
G = 24.64%
B = 63.29%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#193383 (or 0x193383) is known color: Resolution Blue. HEX triplet: 19, 33 and 83. RGB value is (25,51,131). Sum of RGB (Red+Green+Blue) = 25+51+131=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #193383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193383 is #E6CC7C. Grayscale: #343434. Windows color (decimal): -15125629 or 8598297. OLE color: 8598297.

HSL color Cylindrical-coordinate representation of color #193383: hue angle of 225.28º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193383 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 51 131 -
CMYK 0.81 0.61 0 0.49
HSL 225.28º 0.68% 0.31% -
HSV(B) 225.28º 0.81% 0.51% -
XYZ 5.68 4.21 21.99 -
YUV 52.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 25 51 131 0.81 0.61 0 0.49 225.28 0.68 0.31
Hex 19 33 83 51 3D 0 31 E1 44 1F
Octal 31 63 203 121 75 0 61 341 104 37
Binary 11001 110011 10000011 1010001 111101 0 110001 11100001 1000100 11111

Color Harmonies of #193383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193383

Black with #193383

Text Example


Text Example

White with #193383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193383; }

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

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

background-color css

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

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

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

border-color css

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

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

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