Html Css Color HEX #193C72 Dark Cerulean

📋 copy color: '#193C72'

red 25 ◦ green 60 ◦ blue 114

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

Shades of Dark Cerulean #193C72

Tints of Dark Cerulean #193C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 12.56%
G = 30.15%
B = 57.29%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193C72 (or 0x193C72) is known color: Dark Cerulean. HEX triplet: 19, 3C and 72. RGB value is (25,60,114). Sum of RGB (Red+Green+Blue) = 25+60+114=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #193C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C72 is #E6C38D. Grayscale: #373737. Windows color (decimal): -15123342 or 7486489. OLE color: 7486489.

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

Color convert

RGB 25 60 114 -
CMYK 0.78 0.47 0 0.55
HSL 216.4º 0.64% 0.27% -
HSV(B) 216.4º 0.78% 0.45% -
XYZ 5.05 4.65 16.55 -
YUV 55.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 25 60 114 0.78 0.47 0 0.55 216.4 0.64 0.27
Hex 19 3C 72 4E 2F 0 37 D8 40 1B
Octal 31 74 162 116 57 0 67 330 100 33
Binary 11001 111100 1110010 1001110 101111 0 110111 11011000 1000000 11011

Color Harmonies of #193C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C72

Black with #193C72

Text Example


Text Example

White with #193C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,114); }

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

background-color css

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

 a { background-color: rgb(25,60,114); }

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

border-color css

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

 span { border-color: rgb(25,60,114); }

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