Html Css Color HEX #10848B Dark Cyan

📋 copy color: '#10848B'

red 16 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #10848B

Tints of Dark Cyan #10848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 5.57%
G = 45.99%
B = 48.43%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10848B (or 0x10848B) is known color: Dark Cyan. HEX triplet: 10, 84 and 8B. RGB value is (16,132,139). Sum of RGB (Red+Green+Blue) = 16+132+139=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #10848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10848B is #EF7B74. Grayscale: #616161. Windows color (decimal): -15694709 or 9143312. OLE color: 9143312.

HSL color Cylindrical-coordinate representation of color #10848B: hue angle of 183.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10848B is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 132 139 -
CMYK 0.88 0.05 0 0.45
HSL 183.41º 0.79% 0.3% -
HSV(B) 183.41º 0.88% 0.55% -
XYZ 13.13 18.48 27.3 -
YUV 98.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 16 132 139 0.88 0.05 0 0.45 183.41 0.79 0.3
Hex 10 84 8B 58 5 0 2D B7 4F 1E
Octal 20 204 213 130 5 0 55 267 117 36
Binary 10000 10000100 10001011 1011000 101 0 101101 10110111 1001111 11110

Color Harmonies of #10848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10848B

Black with #10848B

Text Example


Text Example

White with #10848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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