Html Css Color HEX #084181 Dark Cerulean

📋 copy color: '#084181'

red 8 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #084181

Tints of Dark Cerulean #084181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 3.96%
G = 32.18%
B = 63.86%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084181 (or 0x084181) is known color: Dark Cerulean. HEX triplet: 08, 41 and 81. RGB value is (8,65,129). Sum of RGB (Red+Green+Blue) = 8+65+129=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #084181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084181 is #F7BE7E. Grayscale: #363636. Windows color (decimal): -16236159 or 8470792. OLE color: 8470792.

HSL color Cylindrical-coordinate representation of color #084181: hue angle of 211.74º 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 #084181 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 65 129 -
CMYK 0.94 0.50 0 0.49
HSL 211.74º 0.88% 0.27% -
HSV(B) 211.74º 0.94% 0.51% -
XYZ 5.95 5.42 21.5 -
YUV 55.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 8 65 129 0.94 0.50 0 0.49 211.74 0.88 0.27
Hex 8 41 81 5E 32 0 31 D4 58 1B
Octal 10 101 201 136 62 0 61 324 130 33
Binary 1000 1000001 10000001 1011110 110010 0 110001 11010100 1011000 11011

Color Harmonies of #084181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084181

Black with #084181

Text Example


Text Example

White with #084181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084181; }

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

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

background-color css

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

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

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

border-color css

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

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

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