Html Css Color HEX #093F43 Cyprus

📋 copy color: '#093F43'

red 9 ◦ green 63 ◦ blue 67

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

Shades of Cyprus #093F43

Tints of Cyprus #093F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 48.2%

R = 6.47%
G = 45.32%
B = 48.2%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093F43 (or 0x093F43) is known color: Cyprus. HEX triplet: 09, 3F and 43. RGB value is (9,63,67). Sum of RGB (Red+Green+Blue) = 9+63+67=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #093F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F43 is #F6C0BC. Grayscale: #2F2F2F. Windows color (decimal): -16171197 or 4407049. OLE color: 4407049.

HSL color Cylindrical-coordinate representation of color #093F43: hue angle of 184.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093F43 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 63 67 -
CMYK 0.87 0.06 0 0.74
HSL 184.14º 0.76% 0.15% -
HSV(B) 184.14º 0.87% 0.26% -
XYZ 2.9 4.02 5.93 -
YUV 47.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 9 63 67 0.87 0.06 0 0.74 184.14 0.76 0.15
Hex 9 3F 43 57 6 0 4A B8 4C F
Octal 11 77 103 127 6 0 112 270 114 17
Binary 1001 111111 1000011 1010111 110 0 1001010 10111000 1001100 1111

Color Harmonies of #093F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F43

Black with #093F43

Text Example


Text Example

White with #093F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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