Html Css Color HEX #044886 Dark Cerulean

📋 copy color: '#044886'

red 4 ◦ green 72 ◦ blue 134

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

Shades of Dark Cerulean #044886

Tints of Dark Cerulean #044886

RGB

 RED value IS 4 (1.95% from 255) = 1.9%

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

 BLUE value IS 134 (52.73% from 255) = 63.81%

R = 1.9%
G = 34.29%
B = 63.81%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044886 (or 0x044886) is known color: Dark Cerulean. HEX triplet: 04, 48 and 86. RGB value is (4,72,134). Sum of RGB (Red+Green+Blue) = 4+72+134=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #044886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044886 is #FBB779. Grayscale: #3A3A3A. Windows color (decimal): -16496506 or 8800260. OLE color: 8800260.

HSL color Cylindrical-coordinate representation of color #044886: hue angle of 208.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044886 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 72 134 -
CMYK 0.97 0.46 0 0.47
HSL 208.62º 0.94% 0.27% -
HSV(B) 208.62º 0.97% 0.53% -
XYZ 6.67 6.38 23.43 -
YUV 58.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 4 72 134 0.97 0.46 0 0.47 208.62 0.94 0.27
Hex 4 48 86 61 2E 0 2F D1 5E 1B
Octal 4 110 206 141 56 0 57 321 136 33
Binary 100 1001000 10000110 1100001 101110 0 101111 11010001 1011110 11011

Color Harmonies of #044886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044886

Black with #044886

Text Example


Text Example

White with #044886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044886; }

 p { color: rgb(4,72,134); }

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

background-color css

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

 a { background-color: rgb(4,72,134); }

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

border-color css

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

 span { border-color: rgb(4,72,134); }

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