Html Css Color HEX #084485 Dark Cerulean

📋 copy color: '#084485'

red 8 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #084485

Tints of Dark Cerulean #084485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 3.83%
G = 32.54%
B = 63.64%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084485 (or 0x084485) is known color: Dark Cerulean. HEX triplet: 08, 44 and 85. RGB value is (8,68,133). Sum of RGB (Red+Green+Blue) = 8+68+133=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #084485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084485 is #F7BB7A. Grayscale: #393939. Windows color (decimal): -16235387 or 8733704. OLE color: 8733704.

HSL color Cylindrical-coordinate representation of color #084485: hue angle of 211.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084485 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 68 133 -
CMYK 0.94 0.49 0 0.48
HSL 211.2º 0.89% 0.28% -
HSV(B) 211.2º 0.94% 0.52% -
XYZ 6.4 5.88 22.99 -
YUV 57.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 8 68 133 0.94 0.49 0 0.48 211.2 0.89 0.28
Hex 8 44 85 5E 31 0 30 D3 59 1C
Octal 10 104 205 136 61 0 60 323 131 34
Binary 1000 1000100 10000101 1011110 110001 0 110000 11010011 1011001 11100

Color Harmonies of #084485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084485

Black with #084485

Text Example


Text Example

White with #084485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084485; }

 p { color: rgb(8,68,133); }

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

background-color css

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

 a { background-color: rgb(8,68,133); }

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

border-color css

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

 span { border-color: rgb(8,68,133); }

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