Html Css Color HEX #044086 Dark Cerulean

📋 copy color: '#044086'

red 4 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #044086

Tints of Dark Cerulean #044086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 1.98%
G = 31.68%
B = 66.34%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044086 (or 0x044086) is known color: Dark Cerulean. HEX triplet: 04, 40 and 86. RGB value is (4,64,134). Sum of RGB (Red+Green+Blue) = 4+64+134=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #044086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044086 is #FBBF79. Grayscale: #353535. Windows color (decimal): -16498554 or 8798212. OLE color: 8798212.

HSL color Cylindrical-coordinate representation of color #044086: hue angle of 212.31º 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 #044086 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 64 134 -
CMYK 0.97 0.52 0 0.47
HSL 212.31º 0.94% 0.27% -
HSV(B) 212.31º 0.97% 0.53% -
XYZ 6.19 5.41 23.27 -
YUV 54.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 4 64 134 0.97 0.52 0 0.47 212.31 0.94 0.27
Hex 4 40 86 61 34 0 2F D4 5E 1B
Octal 4 100 206 141 64 0 57 324 136 33
Binary 100 1000000 10000110 1100001 110100 0 101111 11010100 1011110 11011

Color Harmonies of #044086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044086

Black with #044086

Text Example


Text Example

White with #044086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044086; }

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

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

background-color css

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

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

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

border-color css

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

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

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