Html Css Color HEX #044144 Cyprus

📋 copy color: '#044144'

red 4 ◦ green 65 ◦ blue 68

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

Shades of Cyprus #044144

Tints of Cyprus #044144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 2.92%
G = 47.45%
B = 49.64%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#044144 (or 0x044144) is known color: Cyprus. HEX triplet: 04, 41 and 44. RGB value is (4,65,68). Sum of RGB (Red+Green+Blue) = 4+65+68=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #044144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044144 is #FBBEBB. Grayscale: #2F2F2F. Windows color (decimal): -16498364 or 4473092. OLE color: 4473092.

HSL color Cylindrical-coordinate representation of color #044144: hue angle of 182.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044144 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 65 68 -
CMYK 0.94 0.04 0 0.73
HSL 182.81º 0.89% 0.14% -
HSV(B) 182.81º 0.94% 0.27% -
XYZ 2.98 4.22 6.13 -
YUV 47.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 4 65 68 0.94 0.04 0 0.73 182.81 0.89 0.14
Hex 4 41 44 5E 4 0 49 B7 59 E
Octal 4 101 104 136 4 0 111 267 131 16
Binary 100 1000001 1000100 1011110 100 0 1001001 10110111 1011001 1110

Color Harmonies of #044144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044144

Black with #044144

Text Example


Text Example

White with #044144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044144; }

 p { color: rgb(4,65,68); }

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

background-color css

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

 a { background-color: rgb(4,65,68); }

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

border-color css

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

 span { border-color: rgb(4,65,68); }

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