Html Css Color HEX #084881 Dark Cerulean

📋 copy color: '#084881'

red 8 ◦ green 72 ◦ blue 129

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

Shades of Dark Cerulean #084881

Tints of Dark Cerulean #084881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 129 (50.78% from 255) = 61.72%

R = 3.83%
G = 34.45%
B = 61.72%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084881 (or 0x084881) is known color: Dark Cerulean. HEX triplet: 08, 48 and 81. RGB value is (8,72,129). Sum of RGB (Red+Green+Blue) = 8+72+129=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #084881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084881 is #F7B77E. Grayscale: #3B3B3B. Windows color (decimal): -16234367 or 8472584. OLE color: 8472584.

HSL color Cylindrical-coordinate representation of color #084881: hue angle of 208.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084881 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 72 129 -
CMYK 0.94 0.44 0 0.49
HSL 208.26º 0.88% 0.27% -
HSV(B) 208.26º 0.94% 0.51% -
XYZ 6.38 6.27 21.64 -
YUV 59.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 8 72 129 0.94 0.44 0 0.49 208.26 0.88 0.27
Hex 8 48 81 5E 2C 0 31 D0 58 1B
Octal 10 110 201 136 54 0 61 320 130 33
Binary 1000 1001000 10000001 1011110 101100 0 110001 11010000 1011000 11011

Color Harmonies of #084881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084881

Black with #084881

Text Example


Text Example

White with #084881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084881; }

 p { color: rgb(8,72,129); }

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

background-color css

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

 a { background-color: rgb(8,72,129); }

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

border-color css

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

 span { border-color: rgb(8,72,129); }

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