Html Css Color HEX #193987 Dark Cerulean

📋 copy color: '#193987'

red 25 ◦ green 57 ◦ blue 135

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

Shades of Dark Cerulean #193987

Tints of Dark Cerulean #193987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.21%

R = 11.52%
G = 26.27%
B = 62.21%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193987 (or 0x193987) is known color: Dark Cerulean. HEX triplet: 19, 39 and 87. RGB value is (25,57,135). Sum of RGB (Red+Green+Blue) = 25+57+135=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #193987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193987 is #E6C678. Grayscale: #373737. Windows color (decimal): -15124089 or 8861977. OLE color: 8861977.

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

Color convert

RGB 25 57 135 -
CMYK 0.81 0.58 0 0.47
HSL 222.55º 0.69% 0.31% -
HSV(B) 222.55º 0.81% 0.53% -
XYZ 6.24 4.88 23.54 -
YUV 56.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 25 57 135 0.81 0.58 0 0.47 222.55 0.69 0.31
Hex 19 39 87 51 3A 0 2F DF 45 1F
Octal 31 71 207 121 72 0 57 337 105 37
Binary 11001 111001 10000111 1010001 111010 0 101111 11011111 1000101 11111

Color Harmonies of #193987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193987

Black with #193987

Text Example


Text Example

White with #193987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193987; }

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

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

background-color css

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

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

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

border-color css

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

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

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