Html Css Color HEX #084A6F Dark Cerulean

📋 copy color: '#084A6F'

red 8 ◦ green 74 ◦ blue 111

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

Shades of Dark Cerulean #084A6F

Tints of Dark Cerulean #084A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 4.15%
G = 38.34%
B = 57.51%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084A6F (or 0x084A6F) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6F. RGB value is (8,74,111). Sum of RGB (Red+Green+Blue) = 8+74+111=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #084A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6F is #F7B590. Grayscale: #3A3A3A. Windows color (decimal): -16233873 or 7293448. OLE color: 7293448.

HSL color Cylindrical-coordinate representation of color #084A6F: hue angle of 201.55º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A6F is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 74 111 -
CMYK 0.93 0.33 0 0.56
HSL 201.55º 0.87% 0.23% -
HSV(B) 201.55º 0.93% 0.44% -
XYZ 5.42 6.1 15.93 -
YUV 58.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 8 74 111 0.93 0.33 0 0.56 201.55 0.87 0.23
Hex 8 4A 6F 5D 21 0 38 CA 57 17
Octal 10 112 157 135 41 0 70 312 127 27
Binary 1000 1001010 1101111 1011101 100001 0 111000 11001010 1010111 10111

Color Harmonies of #084A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A6F

Black with #084A6F

Text Example


Text Example

White with #084A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,74,111); }

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

background-color css

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

 a { background-color: rgb(8,74,111); }

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

border-color css

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

 span { border-color: rgb(8,74,111); }

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