Html Css Color HEX #093942 Cyprus

📋 copy color: '#093942'

red 9 ◦ green 57 ◦ blue 66

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

Shades of Cyprus #093942

Tints of Cyprus #093942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 6.82%
G = 43.18%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093942 (or 0x093942) is known color: Cyprus. HEX triplet: 09, 39 and 42. RGB value is (9,57,66). Sum of RGB (Red+Green+Blue) = 9+57+66=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #093942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093942 is #F6C6BD. Grayscale: #2B2B2B. Windows color (decimal): -16172734 or 4339977. OLE color: 4339977.

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

Color convert

RGB 9 57 66 -
CMYK 0.86 0.14 0 0.74
HSL 189.47º 0.76% 0.15% -
HSV(B) 189.47º 0.86% 0.26% -
XYZ 2.56 3.38 5.67 -
YUV 43.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 9 57 66 0.86 0.14 0 0.74 189.47 0.76 0.15
Hex 9 39 42 56 E 0 4A BD 4C F
Octal 11 71 102 126 16 0 112 275 114 17
Binary 1001 111001 1000010 1010110 1110 0 1001010 10111101 1001100 1111

Color Harmonies of #093942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093942

Black with #093942

Text Example


Text Example

White with #093942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093942; }

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

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

background-color css

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

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

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

border-color css

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

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

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