Html Css Color HEX #01848C Dark Cyan

📋 copy color: '#01848C'

red 1 ◦ green 132 ◦ blue 140

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

Shades of Dark Cyan #01848C

Tints of Dark Cyan #01848C

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 0.37%
G = 48.35%
B = 51.28%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01848C (or 0x01848C) is known color: Dark Cyan. HEX triplet: 01, 84 and 8C. RGB value is (1,132,140). Sum of RGB (Red+Green+Blue) = 1+132+140=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #01848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01848C is #FE7B73. Grayscale: #5D5D5D. Windows color (decimal): -16677748 or 9208833. OLE color: 9208833.

HSL color Cylindrical-coordinate representation of color #01848C: hue angle of 183.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01848C is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 132 140 -
CMYK 0.99 0.06 0 0.45
HSL 183.45º 0.99% 0.28% -
HSV(B) 183.45º 0.99% 0.55% -
XYZ 13 18.4 27.68 -
YUV 93.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 1 132 140 0.99 0.06 0 0.45 183.45 0.99 0.28
Hex 1 84 8C 63 6 0 2D B7 63 1C
Octal 1 204 214 143 6 0 55 267 143 34
Binary 1 10000100 10001100 1100011 110 0 101101 10110111 1100011 11100

Color Harmonies of #01848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01848C

Black with #01848C

Text Example


Text Example

White with #01848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01848C; }

 p { color: rgb(1,132,140); }

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

background-color css

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

 a { background-color: rgb(1,132,140); }

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

border-color css

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

 span { border-color: rgb(1,132,140); }

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