Html Css Color HEX #10838D Dark Cyan

📋 copy color: '#10838D'

red 16 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #10838D

Tints of Dark Cyan #10838D

RGB

 RED value IS 16 (6.64% from 255) = 5.56%

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

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

R = 5.56%
G = 45.49%
B = 48.96%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10838D (or 0x10838D) is known color: Dark Cyan. HEX triplet: 10, 83 and 8D. RGB value is (16,131,141). Sum of RGB (Red+Green+Blue) = 16+131+141=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 131 (51.56% from 255 or 45.49% 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 #10838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10838D is #EF7C72. Grayscale: #616161. Windows color (decimal): -15694963 or 9274128. OLE color: 9274128.

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

Color convert

RGB 16 131 141 -
CMYK 0.89 0.07 0 0.45
HSL 184.8º 0.8% 0.31% -
HSV(B) 184.8º 0.89% 0.55% -
XYZ 13.14 18.27 28.03 -
YUV 97.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 16 131 141 0.89 0.07 0 0.45 184.8 0.8 0.31
Hex 10 83 8D 59 7 0 2D B9 50 1F
Octal 20 203 215 131 7 0 55 271 120 37
Binary 10000 10000011 10001101 1011001 111 0 101101 10111001 1010000 11111

Color Harmonies of #10838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10838D

Black with #10838D

Text Example


Text Example

White with #10838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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