Html Css Color HEX #044B68 Dark Cerulean

📋 copy color: '#044B68'

red 4 ◦ green 75 ◦ blue 104

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

Shades of Dark Cerulean #044B68

Tints of Dark Cerulean #044B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 2.19%
G = 40.98%
B = 56.83%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044B68 (or 0x044B68) is known color: Dark Cerulean. HEX triplet: 04, 4B and 68. RGB value is (4,75,104). Sum of RGB (Red+Green+Blue) = 4+75+104=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #044B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B68 is #FBB497. Grayscale: #383838. Windows color (decimal): -16495768 or 6834948. OLE color: 6834948.

HSL color Cylindrical-coordinate representation of color #044B68: hue angle of 197.4º 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 #044B68 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 75 104 -
CMYK 0.96 0.28 0 0.59
HSL 197.4º 0.93% 0.21% -
HSV(B) 197.4º 0.96% 0.41% -
XYZ 5.06 6.06 14 -
YUV 57.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 4 75 104 0.96 0.28 0 0.59 197.4 0.93 0.21
Hex 4 4B 68 60 1C 0 3B C5 5D 15
Octal 4 113 150 140 34 0 73 305 135 25
Binary 100 1001011 1101000 1100000 11100 0 111011 11000101 1011101 10101

Color Harmonies of #044B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B68

Black with #044B68

Text Example


Text Example

White with #044B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,75,104); }

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

background-color css

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

 a { background-color: rgb(4,75,104); }

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

border-color css

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

 span { border-color: rgb(4,75,104); }

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