Html Css Color HEX #044B6B Dark Cerulean

📋 copy color: '#044B6B'

red 4 ◦ green 75 ◦ blue 107

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

Shades of Dark Cerulean #044B6B

Tints of Dark Cerulean #044B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 2.15%
G = 40.32%
B = 57.53%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044B6B (or 0x044B6B) is known color: Dark Cerulean. HEX triplet: 04, 4B and 6B. RGB value is (4,75,107). Sum of RGB (Red+Green+Blue) = 4+75+107=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #044B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B6B is #FBB494. Grayscale: #393939. Windows color (decimal): -16495765 or 7031556. OLE color: 7031556.

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

Color convert

RGB 4 75 107 -
CMYK 0.96 0.30 0 0.58
HSL 198.64º 0.93% 0.22% -
HSV(B) 198.64º 0.96% 0.42% -
XYZ 5.22 6.12 14.82 -
YUV 57.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 4 75 107 0.96 0.30 0 0.58 198.64 0.93 0.22
Hex 4 4B 6B 60 1E 0 3A C7 5D 16
Octal 4 113 153 140 36 0 72 307 135 26
Binary 100 1001011 1101011 1100000 11110 0 111010 11000111 1011101 10110

Color Harmonies of #044B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B6B

Black with #044B6B

Text Example


Text Example

White with #044B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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