Html Css Color HEX #04838D Dark Cyan

📋 copy color: '#04838D'

red 4 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #04838D

Tints of Dark Cyan #04838D

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

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

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 1.45%
G = 47.46%
B = 51.09%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04838D (or 0x04838D) is known color: Dark Cyan. HEX triplet: 04, 83 and 8D. RGB value is (4,131,141). Sum of RGB (Red+Green+Blue) = 4+131+141=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #04838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04838D is #FB7C72. Grayscale: #5E5E5E. Windows color (decimal): -16481395 or 9274116. OLE color: 9274116.

HSL color Cylindrical-coordinate representation of color #04838D: hue angle of 184.38º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04838D is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 131 141 -
CMYK 0.97 0.07 0 0.45
HSL 184.38º 0.94% 0.28% -
HSV(B) 184.38º 0.97% 0.55% -
XYZ 12.97 18.18 28.02 -
YUV 94.17 154.42 63.69 -
System Red Green Blue C M Y K H S L
Decimal 4 131 141 0.97 0.07 0 0.45 184.38 0.94 0.28
Hex 4 83 8D 61 7 0 2D B8 5E 1C
Octal 4 203 215 141 7 0 55 270 136 34
Binary 100 10000011 10001101 1100001 111 0 101101 10111000 1011110 11100

Color Harmonies of #04838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04838D

Black with #04838D

Text Example


Text Example

White with #04838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04838D; }

 p { color: rgb(4,131,141); }

 H1.HeaderClassName
 {
   color: #04838D;
 }
 .AnyTagClassName
 {
   color: #04838D;
 }
</style>

background-color css

<style>
 a { background-color: #04838D; }

 a { background-color: rgb(4,131,141); }

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

border-color css

<style>
 span { border-color: #04838D; }

 span { border-color: rgb(4,131,141); }

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