Html Css Color HEX #13838D Dark Cyan

📋 copy color: '#13838D'

red 19 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #13838D

Tints of Dark Cyan #13838D

RGB

 RED value IS 19 (7.81% from 255) = 6.53%

 GREEN value IS 131 (51.56% from 255) = 45.02%

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

R = 6.53%
G = 45.02%
B = 48.45%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13838D (or 0x13838D) is known color: Dark Cyan. HEX triplet: 13, 83 and 8D. RGB value is (19,131,141). Sum of RGB (Red+Green+Blue) = 19+131+141=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #13838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13838D is #EC7C72. Grayscale: #626262. Windows color (decimal): -15498355 or 9274131. OLE color: 9274131.

HSL color Cylindrical-coordinate representation of color #13838D: hue angle of 184.92º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13838D is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 131 141 -
CMYK 0.87 0.07 0 0.45
HSL 184.92º 0.76% 0.31% -
HSV(B) 184.92º 0.87% 0.55% -
XYZ 13.19 18.29 28.04 -
YUV 98.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 19 131 141 0.87 0.07 0 0.45 184.92 0.76 0.31
Hex 13 83 8D 57 7 0 2D B9 4C 1F
Octal 23 203 215 127 7 0 55 271 114 37
Binary 10011 10000011 10001101 1010111 111 0 101101 10111001 1001100 11111

Color Harmonies of #13838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13838D

Black with #13838D

Text Example


Text Example

White with #13838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13838D; }

 p { color: rgb(19,131,141); }

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

background-color css

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

 a { background-color: rgb(19,131,141); }

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

border-color css

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

 span { border-color: rgb(19,131,141); }

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