Html Css Color HEX #044685 Dark Cerulean

📋 copy color: '#044685'

red 4 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #044685

Tints of Dark Cerulean #044685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 1.93%
G = 33.82%
B = 64.25%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044685 (or 0x044685) is known color: Dark Cerulean. HEX triplet: 04, 46 and 85. RGB value is (4,70,133). Sum of RGB (Red+Green+Blue) = 4+70+133=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #044685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044685 is #FBB97A. Grayscale: #393939. Windows color (decimal): -16497019 or 8734212. OLE color: 8734212.

HSL color Cylindrical-coordinate representation of color #044685: hue angle of 209.3º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044685 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 70 133 -
CMYK 0.97 0.47 0 0.48
HSL 209.3º 0.94% 0.27% -
HSV(B) 209.3º 0.97% 0.52% -
XYZ 6.47 6.1 23.03 -
YUV 57.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 4 70 133 0.97 0.47 0 0.48 209.3 0.94 0.27
Hex 4 46 85 61 2F 0 30 D1 5E 1B
Octal 4 106 205 141 57 0 60 321 136 33
Binary 100 1000110 10000101 1100001 101111 0 110000 11010001 1011110 11011

Color Harmonies of #044685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044685

Black with #044685

Text Example


Text Example

White with #044685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044685; }

 p { color: rgb(4,70,133); }

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

background-color css

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

 a { background-color: rgb(4,70,133); }

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

border-color css

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

 span { border-color: rgb(4,70,133); }

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