Html Css Color HEX #10848F Dark Cyan

📋 copy color: '#10848F'

red 16 ◦ green 132 ◦ blue 143

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

Shades of Dark Cyan #10848F

Tints of Dark Cyan #10848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 5.5%
G = 45.36%
B = 49.14%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10848F (or 0x10848F) is known color: Dark Cyan. HEX triplet: 10, 84 and 8F. RGB value is (16,132,143). Sum of RGB (Red+Green+Blue) = 16+132+143=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #10848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10848F is #EF7B70. Grayscale: #626262. Windows color (decimal): -15694705 or 9405456. OLE color: 9405456.

HSL color Cylindrical-coordinate representation of color #10848F: hue angle of 185.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10848F is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 132 143 -
CMYK 0.89 0.08 0 0.44
HSL 185.2º 0.8% 0.31% -
HSV(B) 185.2º 0.89% 0.56% -
XYZ 13.42 18.6 28.87 -
YUV 98.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 16 132 143 0.89 0.08 0 0.44 185.2 0.8 0.31
Hex 10 84 8F 59 8 0 2C B9 50 1F
Octal 20 204 217 131 10 0 54 271 120 37
Binary 10000 10000100 10001111 1011001 1000 0 101100 10111001 1010000 11111

Color Harmonies of #10848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10848F

Black with #10848F

Text Example


Text Example

White with #10848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10848F; }

 p { color: rgb(16,132,143); }

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

background-color css

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

 a { background-color: rgb(16,132,143); }

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

border-color css

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

 span { border-color: rgb(16,132,143); }

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