Html Css Color HEX #093F47 Cyprus

📋 copy color: '#093F47'

red 9 ◦ green 63 ◦ blue 71

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

Shades of Cyprus #093F47

Tints of Cyprus #093F47

RGB

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

 GREEN value IS 63 (25% from 255) = 44.06%

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 6.29%
G = 44.06%
B = 49.65%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#093F47 (or 0x093F47) is known color: Cyprus. HEX triplet: 09, 3F and 47. RGB value is (9,63,71). Sum of RGB (Red+Green+Blue) = 9+63+71=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #093F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F47 is #F6C0B8. Grayscale: #2F2F2F. Windows color (decimal): -16171193 or 4669193. OLE color: 4669193.

HSL color Cylindrical-coordinate representation of color #093F47: hue angle of 187.74º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093F47 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 63 71 -
CMYK 0.87 0.11 0 0.72
HSL 187.74º 0.78% 0.16% -
HSV(B) 187.74º 0.87% 0.28% -
XYZ 3.03 4.07 6.59 -
YUV 47.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 9 63 71 0.87 0.11 0 0.72 187.74 0.78 0.16
Hex 9 3F 47 57 B 0 48 BC 4E 10
Octal 11 77 107 127 13 0 110 274 116 20
Binary 1001 111111 1000111 1010111 1011 0 1001000 10111100 1001110 10000

Color Harmonies of #093F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F47

Black with #093F47

Text Example


Text Example

White with #093F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093F47; }

 p { color: rgb(9,63,71); }

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

background-color css

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

 a { background-color: rgb(9,63,71); }

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

border-color css

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

 span { border-color: rgb(9,63,71); }

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