Html Css Color HEX #193A71 Dark Cerulean

📋 copy color: '#193A71'

red 25 ◦ green 58 ◦ blue 113

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

Shades of Dark Cerulean #193A71

Tints of Dark Cerulean #193A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 12.76%
G = 29.59%
B = 57.65%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193A71 (or 0x193A71) is known color: Dark Cerulean. HEX triplet: 19, 3A and 71. RGB value is (25,58,113). Sum of RGB (Red+Green+Blue) = 25+58+113=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #193A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A71 is #E6C58E. Grayscale: #363636. Windows color (decimal): -15123855 or 7420441. OLE color: 7420441.

HSL color Cylindrical-coordinate representation of color #193A71: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193A71 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 58 113 -
CMYK 0.78 0.49 0 0.56
HSL 217.5º 0.64% 0.27% -
HSV(B) 217.5º 0.78% 0.44% -
XYZ 4.89 4.43 16.22 -
YUV 54.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 25 58 113 0.78 0.49 0 0.56 217.5 0.64 0.27
Hex 19 3A 71 4E 31 0 38 DA 40 1B
Octal 31 72 161 116 61 0 70 332 100 33
Binary 11001 111010 1110001 1001110 110001 0 111000 11011010 1000000 11011

Color Harmonies of #193A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A71

Black with #193A71

Text Example


Text Example

White with #193A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,113); }

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

background-color css

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

 a { background-color: rgb(25,58,113); }

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

border-color css

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

 span { border-color: rgb(25,58,113); }

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