Html Css Color HEX #044386 Dark Cerulean

📋 copy color: '#044386'

red 4 ◦ green 67 ◦ blue 134

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

Shades of Dark Cerulean #044386

Tints of Dark Cerulean #044386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 1.95%
G = 32.68%
B = 65.37%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044386 (or 0x044386) is known color: Dark Cerulean. HEX triplet: 04, 43 and 86. RGB value is (4,67,134). Sum of RGB (Red+Green+Blue) = 4+67+134=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #044386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044386 is #FBBC79. Grayscale: #373737. Windows color (decimal): -16497786 or 8798980. OLE color: 8798980.

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

Color convert

RGB 4 67 134 -
CMYK 0.97 0.5 0 0.47
HSL 210.92º 0.94% 0.27% -
HSV(B) 210.92º 0.97% 0.53% -
XYZ 6.36 5.76 23.33 -
YUV 55.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 4 67 134 0.97 0.5 0 0.47 210.92 0.94 0.27
Hex 4 43 86 61 32 0 2F D3 5E 1B
Octal 4 103 206 141 62 0 57 323 136 33
Binary 100 1000011 10000110 1100001 110010 0 101111 11010011 1011110 11011

Color Harmonies of #044386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044386

Black with #044386

Text Example


Text Example

White with #044386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044386; }

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

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

background-color css

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

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

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

border-color css

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

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

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