Html Css Color HEX #09393F Cyprus

📋 copy color: '#09393F'

red 9 ◦ green 57 ◦ blue 63

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

Shades of Cyprus #09393F

Tints of Cyprus #09393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

 BLUE value IS 63 (25% from 255) = 48.84%

R = 6.98%
G = 44.19%
B = 48.84%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09393F (or 0x09393F) is known color: Cyprus. HEX triplet: 09, 39 and 3F. RGB value is (9,57,63). Sum of RGB (Red+Green+Blue) = 9+57+63=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #09393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09393F is #F6C6C0. Grayscale: #2B2B2B. Windows color (decimal): -16172737 or 4143369. OLE color: 4143369.

HSL color Cylindrical-coordinate representation of color #09393F: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09393F is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 57 63 -
CMYK 0.86 0.10 0 0.75
HSL 186.67º 0.75% 0.14% -
HSV(B) 186.67º 0.86% 0.25% -
XYZ 2.47 3.34 5.22 -
YUV 43.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 9 57 63 0.86 0.10 0 0.75 186.67 0.75 0.14
Hex 9 39 3F 56 A 0 4B BB 4B E
Octal 11 71 77 126 12 0 113 273 113 16
Binary 1001 111001 111111 1010110 1010 0 1001011 10111011 1001011 1110

Color Harmonies of #09393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09393F

Black with #09393F

Text Example


Text Example

White with #09393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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