Html Css Color HEX #138291 Dark Cyan

📋 copy color: '#138291'

red 19 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #138291

Tints of Dark Cyan #138291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 6.46%
G = 44.22%
B = 49.32%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#138291 (or 0x138291) is known color: Dark Cyan. HEX triplet: 13, 82 and 91. RGB value is (19,130,145). Sum of RGB (Red+Green+Blue) = 19+130+145=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #138291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138291 is #EC7D6E. Grayscale: #626262. Windows color (decimal): -15498607 or 9536019. OLE color: 9536019.

HSL color Cylindrical-coordinate representation of color #138291: hue angle of 187.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138291 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 130 145 -
CMYK 0.87 0.10 0 0.43
HSL 187.14º 0.77% 0.32% -
HSV(B) 187.14º 0.87% 0.57% -
XYZ 13.36 18.15 29.59 -
YUV 98.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 19 130 145 0.87 0.10 0 0.43 187.14 0.77 0.32
Hex 13 82 91 57 A 0 2B BB 4D 20
Octal 23 202 221 127 12 0 53 273 115 40
Binary 10011 10000010 10010001 1010111 1010 0 101011 10111011 1001101 100000

Color Harmonies of #138291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138291

Black with #138291

Text Example


Text Example

White with #138291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138291; }

 p { color: rgb(19,130,145); }

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

background-color css

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

 a { background-color: rgb(19,130,145); }

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

border-color css

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

 span { border-color: rgb(19,130,145); }

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