Html Css Color HEX #13838C Dark Cyan

📋 copy color: '#13838C'

red 19 ◦ green 131 ◦ blue 140

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

Shades of Dark Cyan #13838C

Tints of Dark Cyan #13838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 6.55%
G = 45.17%
B = 48.28%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13838C (or 0x13838C) is known color: Dark Cyan. HEX triplet: 13, 83 and 8C. RGB value is (19,131,140). Sum of RGB (Red+Green+Blue) = 19+131+140=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #13838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13838C is #EC7C73. Grayscale: #626262. Windows color (decimal): -15498356 or 9208595. OLE color: 9208595.

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

Color convert

RGB 19 131 140 -
CMYK 0.86 0.06 0 0.45
HSL 184.46º 0.76% 0.31% -
HSV(B) 184.46º 0.86% 0.55% -
XYZ 13.12 18.26 27.64 -
YUV 98.54 151.39 71.27 -
System Red Green Blue C M Y K H S L
Decimal 19 131 140 0.86 0.06 0 0.45 184.46 0.76 0.31
Hex 13 83 8C 56 6 0 2D B8 4C 1F
Octal 23 203 214 126 6 0 55 270 114 37
Binary 10011 10000011 10001100 1010110 110 0 101101 10111000 1001100 11111

Color Harmonies of #13838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13838C

Black with #13838C

Text Example


Text Example

White with #13838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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