Html Css Color HEX #044A69 Dark Cerulean

📋 copy color: '#044A69'

red 4 ◦ green 74 ◦ blue 105

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

Shades of Dark Cerulean #044A69

Tints of Dark Cerulean #044A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.44%

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 2.19%
G = 40.44%
B = 57.38%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044A69 (or 0x044A69) is known color: Dark Cerulean. HEX triplet: 04, 4A and 69. RGB value is (4,74,105). Sum of RGB (Red+Green+Blue) = 4+74+105=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #044A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A69 is #FBB596. Grayscale: #383838. Windows color (decimal): -16496023 or 6900228. OLE color: 6900228.

HSL color Cylindrical-coordinate representation of color #044A69: hue angle of 198.42º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A69 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 74 105 -
CMYK 0.96 0.30 0 0.59
HSL 198.42º 0.93% 0.21% -
HSV(B) 198.42º 0.96% 0.41% -
XYZ 5.05 5.94 14.25 -
YUV 56.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 4 74 105 0.96 0.30 0 0.59 198.42 0.93 0.21
Hex 4 4A 69 60 1E 0 3B C6 5D 15
Octal 4 112 151 140 36 0 73 306 135 25
Binary 100 1001010 1101001 1100000 11110 0 111011 11000110 1011101 10101

Color Harmonies of #044A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A69

Black with #044A69

Text Example


Text Example

White with #044A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A69; }

 p { color: rgb(4,74,105); }

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

background-color css

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

 a { background-color: rgb(4,74,105); }

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

border-color css

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

 span { border-color: rgb(4,74,105); }

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