Html Css Color HEX #01838A Dark Cyan

📋 copy color: '#01838A'

red 1 ◦ green 131 ◦ blue 138

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

Shades of Dark Cyan #01838A

Tints of Dark Cyan #01838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 0.37%
G = 48.52%
B = 51.11%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01838A (or 0x01838A) is known color: Dark Cyan. HEX triplet: 01, 83 and 8A. RGB value is (1,131,138). Sum of RGB (Red+Green+Blue) = 1+131+138=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #01838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01838A is #FE7C75. Grayscale: #5C5C5C. Windows color (decimal): -16678006 or 9077505. OLE color: 9077505.

HSL color Cylindrical-coordinate representation of color #01838A: hue angle of 183.07º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01838A is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 131 138 -
CMYK 0.99 0.05 0 0.46
HSL 183.07º 0.99% 0.27% -
HSV(B) 183.07º 0.99% 0.54% -
XYZ 12.72 18.07 26.86 -
YUV 92.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 1 131 138 0.99 0.05 0 0.46 183.07 0.99 0.27
Hex 1 83 8A 63 5 0 2E B7 63 1B
Octal 1 203 212 143 5 0 56 267 143 33
Binary 1 10000011 10001010 1100011 101 0 101110 10110111 1100011 11011

Color Harmonies of #01838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01838A

Black with #01838A

Text Example


Text Example

White with #01838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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