Html Css Color HEX #044B6C Dark Cerulean

📋 copy color: '#044B6C'

red 4 ◦ green 75 ◦ blue 108

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

Shades of Dark Cerulean #044B6C

Tints of Dark Cerulean #044B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 2.14%
G = 40.11%
B = 57.75%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044B6C (or 0x044B6C) is known color: Dark Cerulean. HEX triplet: 04, 4B and 6C. RGB value is (4,75,108). Sum of RGB (Red+Green+Blue) = 4+75+108=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #044B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B6C is #FBB493. Grayscale: #393939. Windows color (decimal): -16495764 or 7097092. OLE color: 7097092.

HSL color Cylindrical-coordinate representation of color #044B6C: hue angle of 199.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044B6C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 75 108 -
CMYK 0.96 0.31 0 0.58
HSL 199.04º 0.93% 0.22% -
HSV(B) 199.04º 0.96% 0.42% -
XYZ 5.27 6.14 15.09 -
YUV 57.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 4 75 108 0.96 0.31 0 0.58 199.04 0.93 0.22
Hex 4 4B 6C 60 1F 0 3A C7 5D 16
Octal 4 113 154 140 37 0 72 307 135 26
Binary 100 1001011 1101100 1100000 11111 0 111010 11000111 1011101 10110

Color Harmonies of #044B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B6C

Black with #044B6C

Text Example


Text Example

White with #044B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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