Html Css Color HEX #084C7A Dark Cerulean

📋 copy color: '#084C7A'

red 8 ◦ green 76 ◦ blue 122

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

Shades of Dark Cerulean #084C7A

Tints of Dark Cerulean #084C7A

RGB

 RED value IS 8 (3.52% from 255) = 3.88%

 GREEN value IS 76 (30.08% from 255) = 36.89%

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 3.88%
G = 36.89%
B = 59.22%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#084C7A (or 0x084C7A) is known color: Dark Cerulean. HEX triplet: 08, 4C and 7A. RGB value is (8,76,122). Sum of RGB (Red+Green+Blue) = 8+76+122=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #084C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C7A is #F7B385. Grayscale: #3C3C3C. Windows color (decimal): -16233350 or 8014856. OLE color: 8014856.

HSL color Cylindrical-coordinate representation of color #084C7A: hue angle of 204.21º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084C7A is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 76 122 -
CMYK 0.93 0.38 0 0.52
HSL 204.21º 0.88% 0.25% -
HSV(B) 204.21º 0.93% 0.48% -
XYZ 6.2 6.63 19.36 -
YUV 60.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 8 76 122 0.93 0.38 0 0.52 204.21 0.88 0.25
Hex 8 4C 7A 5D 26 0 34 CC 58 19
Octal 10 114 172 135 46 0 64 314 130 31
Binary 1000 1001100 1111010 1011101 100110 0 110100 11001100 1011000 11001

Color Harmonies of #084C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C7A

Black with #084C7A

Text Example


Text Example

White with #084C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084C7A; }

 p { color: rgb(8,76,122); }

 H1.HeaderClassName
 {
   color: #084C7A;
 }
 .AnyTagClassName
 {
   color: #084C7A;
 }
</style>

background-color css

<style>
 a { background-color: #084C7A; }

 a { background-color: rgb(8,76,122); }

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

border-color css

<style>
 span { border-color: #084C7A; }

 span { border-color: rgb(8,76,122); }

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