Html Css Color HEX #12818D Dark Cyan

📋 copy color: '#12818D'

red 18 ◦ green 129 ◦ blue 141

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

Shades of Dark Cyan #12818D

Tints of Dark Cyan #12818D

RGB

 RED value IS 18 (7.42% from 255) = 6.25%

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 6.25%
G = 44.79%
B = 48.96%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12818D (or 0x12818D) is known color: Dark Cyan. HEX triplet: 12, 81 and 8D. RGB value is (18,129,141). Sum of RGB (Red+Green+Blue) = 18+129+141=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #12818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12818D is #ED7E72. Grayscale: #616161. Windows color (decimal): -15564403 or 9273618. OLE color: 9273618.

HSL color Cylindrical-coordinate representation of color #12818D: hue angle of 185.85º degrees, saturation: 0.77, 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 #12818D is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 129 141 -
CMYK 0.87 0.09 0 0.45
HSL 185.85º 0.77% 0.31% -
HSV(B) 185.85º 0.87% 0.55% -
XYZ 12.91 17.75 27.95 -
YUV 97.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 18 129 141 0.87 0.09 0 0.45 185.85 0.77 0.31
Hex 12 81 8D 57 9 0 2D BA 4D 1F
Octal 22 201 215 127 11 0 55 272 115 37
Binary 10010 10000001 10001101 1010111 1001 0 101101 10111010 1001101 11111

Color Harmonies of #12818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12818D

Black with #12818D

Text Example


Text Example

White with #12818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,129,141); }

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

background-color css

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

 a { background-color: rgb(18,129,141); }

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

border-color css

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

 span { border-color: rgb(18,129,141); }

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