Html Css Color HEX #193E8D Dark Cerulean

📋 copy color: '#193E8D'

red 25 ◦ green 62 ◦ blue 141

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

Shades of Dark Cerulean #193E8D

Tints of Dark Cerulean #193E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 10.96%
G = 27.19%
B = 61.84%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#193E8D (or 0x193E8D) is known color: Dark Cerulean. HEX triplet: 19, 3E and 8D. RGB value is (25,62,141). Sum of RGB (Red+Green+Blue) = 25+62+141=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #193E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E8D is #E6C172. Grayscale: #3B3B3B. Windows color (decimal): -15122803 or 9256473. OLE color: 9256473.

HSL color Cylindrical-coordinate representation of color #193E8D: hue angle of 220.86º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193E8D is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 62 141 -
CMYK 0.82 0.56 0 0.45
HSL 220.86º 0.7% 0.33% -
HSV(B) 220.86º 0.82% 0.55% -
XYZ 6.93 5.58 25.91 -
YUV 59.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 25 62 141 0.82 0.56 0 0.45 220.86 0.7 0.33
Hex 19 3E 8D 52 38 0 2D DD 46 21
Octal 31 76 215 122 70 0 55 335 106 41
Binary 11001 111110 10001101 1010010 111000 0 101101 11011101 1000110 100001

Color Harmonies of #193E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E8D

Black with #193E8D

Text Example


Text Example

White with #193E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,141); }

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

background-color css

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

 a { background-color: rgb(25,62,141); }

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

border-color css

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

 span { border-color: rgb(25,62,141); }

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