Html Css Color HEX #01838E Dark Cyan

📋 copy color: '#01838E'

red 1 ◦ green 131 ◦ blue 142

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

Shades of Dark Cyan #01838E

Tints of Dark Cyan #01838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 0.36%
G = 47.81%
B = 51.82%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01838E (or 0x01838E) is known color: Dark Cyan. HEX triplet: 01, 83 and 8E. RGB value is (1,131,142). Sum of RGB (Red+Green+Blue) = 1+131+142=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #01838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01838E is #FE7C71. Grayscale: #5D5D5D. Windows color (decimal): -16678002 or 9339649. OLE color: 9339649.

HSL color Cylindrical-coordinate representation of color #01838E: hue angle of 184.68º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01838E is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 131 142 -
CMYK 0.99 0.08 0 0.44
HSL 184.68º 0.99% 0.28% -
HSV(B) 184.68º 0.99% 0.56% -
XYZ 13.01 18.19 28.42 -
YUV 93.38 155.43 62.11 -
System Red Green Blue C M Y K H S L
Decimal 1 131 142 0.99 0.08 0 0.44 184.68 0.99 0.28
Hex 1 83 8E 63 8 0 2C B9 63 1C
Octal 1 203 216 143 10 0 54 271 143 34
Binary 1 10000011 10001110 1100011 1000 0 101100 10111001 1100011 11100

Color Harmonies of #01838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01838E

Black with #01838E

Text Example


Text Example

White with #01838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01838E; }

 p { color: rgb(1,131,142); }

 H1.HeaderClassName
 {
   color: #01838E;
 }
 .AnyTagClassName
 {
   color: #01838E;
 }
</style>

background-color css

<style>
 a { background-color: #01838E; }

 a { background-color: rgb(1,131,142); }

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

border-color css

<style>
 span { border-color: #01838E; }

 span { border-color: rgb(1,131,142); }

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