Html Css Color HEX #094144 Cyprus

📋 copy color: '#094144'

red 9 ◦ green 65 ◦ blue 68

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

Shades of Cyprus #094144

Tints of Cyprus #094144

RGB

 RED value IS 9 (3.91% from 255) = 6.34%

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

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

R = 6.34%
G = 45.77%
B = 47.89%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#094144 (or 0x094144) is known color: Cyprus. HEX triplet: 09, 41 and 44. RGB value is (9,65,68). Sum of RGB (Red+Green+Blue) = 9+65+68=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #094144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094144 is #F6BEBB. Grayscale: #303030. Windows color (decimal): -16170684 or 4473097. OLE color: 4473097.

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

Color convert

RGB 9 65 68 -
CMYK 0.87 0.04 0 0.73
HSL 183.05º 0.77% 0.15% -
HSV(B) 183.05º 0.87% 0.27% -
XYZ 3.05 4.26 6.13 -
YUV 48.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 9 65 68 0.87 0.04 0 0.73 183.05 0.77 0.15
Hex 9 41 44 57 4 0 49 B7 4D F
Octal 11 101 104 127 4 0 111 267 115 17
Binary 1001 1000001 1000100 1010111 100 0 1001001 10110111 1001101 1111

Color Harmonies of #094144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094144

Black with #094144

Text Example


Text Example

White with #094144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094144; }

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

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

background-color css

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

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

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

border-color css

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

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

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