Html Css Color HEX #193988 Dark Cerulean

📋 copy color: '#193988'

red 25 ◦ green 57 ◦ blue 136

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

Shades of Dark Cerulean #193988

Tints of Dark Cerulean #193988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.39%

R = 11.47%
G = 26.15%
B = 62.39%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193988 (or 0x193988) is known color: Dark Cerulean. HEX triplet: 19, 39 and 88. RGB value is (25,57,136). Sum of RGB (Red+Green+Blue) = 25+57+136=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #193988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193988 is #E6C677. Grayscale: #383838. Windows color (decimal): -15124088 or 8927513. OLE color: 8927513.

HSL color Cylindrical-coordinate representation of color #193988: hue angle of 222.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193988 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 57 136 -
CMYK 0.82 0.58 0 0.47
HSL 222.7º 0.69% 0.32% -
HSV(B) 222.7º 0.82% 0.53% -
XYZ 6.31 4.91 23.91 -
YUV 56.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 25 57 136 0.82 0.58 0 0.47 222.7 0.69 0.32
Hex 19 39 88 52 3A 0 2F DF 45 20
Octal 31 71 210 122 72 0 57 337 105 40
Binary 11001 111001 10001000 1010010 111010 0 101111 11011111 1000101 100000

Color Harmonies of #193988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193988

Black with #193988

Text Example


Text Example

White with #193988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193988; }

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

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

background-color css

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

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

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

border-color css

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

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

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