Html Css Color HEX #193983 Dark Cerulean

📋 copy color: '#193983'

red 25 ◦ green 57 ◦ blue 131

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

Shades of Dark Cerulean #193983

Tints of Dark Cerulean #193983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 11.74%
G = 26.76%
B = 61.5%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#193983 (or 0x193983) is known color: Dark Cerulean. HEX triplet: 19, 39 and 83. RGB value is (25,57,131). Sum of RGB (Red+Green+Blue) = 25+57+131=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #193983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193983 is #E6C67C. Grayscale: #373737. Windows color (decimal): -15124093 or 8599833. OLE color: 8599833.

HSL color Cylindrical-coordinate representation of color #193983: hue angle of 221.89º 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 #193983 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 57 131 -
CMYK 0.81 0.56 0 0.49
HSL 221.89º 0.68% 0.31% -
HSV(B) 221.89º 0.81% 0.51% -
XYZ 5.96 4.77 22.08 -
YUV 55.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 25 57 131 0.81 0.56 0 0.49 221.89 0.68 0.31
Hex 19 39 83 51 38 0 31 DE 44 1F
Octal 31 71 203 121 70 0 61 336 104 37
Binary 11001 111001 10000011 1010001 111000 0 110001 11011110 1000100 11111

Color Harmonies of #193983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193983

Black with #193983

Text Example


Text Example

White with #193983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193983; }

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

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

background-color css

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

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

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

border-color css

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

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

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