Html Css Color HEX #01838F Dark Cyan

📋 copy color: '#01838F'

red 1 ◦ green 131 ◦ blue 143

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

Shades of Dark Cyan #01838F

Tints of Dark Cyan #01838F

RGB

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

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

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

R = 0.36%
G = 47.64%
B = 52%

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

#01838F (or 0x01838F) is known color: Dark Cyan. HEX triplet: 01, 83 and 8F. RGB value is (1,131,143). Sum of RGB (Red+Green+Blue) = 1+131+143=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #01838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01838F is #FE7C70. Grayscale: #5D5D5D. Windows color (decimal): -16678001 or 9405185. OLE color: 9405185.

HSL color Cylindrical-coordinate representation of color #01838F: hue angle of 185.07º 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 #01838F is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 131 143 -
CMYK 0.99 0.08 0 0.44
HSL 185.07º 0.99% 0.28% -
HSV(B) 185.07º 0.99% 0.56% -
XYZ 13.09 18.22 28.81 -
YUV 93.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 1 131 143 0.99 0.08 0 0.44 185.07 0.99 0.28
Hex 1 83 8F 63 8 0 2C B9 63 1C
Octal 1 203 217 143 10 0 54 271 143 34
Binary 1 10000011 10001111 1100011 1000 0 101100 10111001 1100011 11100

Color Harmonies of #01838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01838F

Black with #01838F

Text Example


Text Example

White with #01838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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