Html Css Color HEX #093C40 Cyprus

📋 copy color: '#093C40'

red 9 ◦ green 60 ◦ blue 64

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

Shades of Cyprus #093C40

Tints of Cyprus #093C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 6.77%
G = 45.11%
B = 48.12%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093C40 (or 0x093C40) is known color: Cyprus. HEX triplet: 09, 3C and 40. RGB value is (9,60,64). Sum of RGB (Red+Green+Blue) = 9+60+64=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #093C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C40 is #F6C3BF. Grayscale: #2D2D2D. Windows color (decimal): -16171968 or 4209673. OLE color: 4209673.

HSL color Cylindrical-coordinate representation of color #093C40: hue angle of 184.36º 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 #093C40 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 60 64 -
CMYK 0.86 0.06 0 0.75
HSL 184.36º 0.75% 0.14% -
HSV(B) 184.36º 0.86% 0.25% -
XYZ 2.65 3.66 5.42 -
YUV 45.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 9 60 64 0.86 0.06 0 0.75 184.36 0.75 0.14
Hex 9 3C 40 56 6 0 4B B8 4B E
Octal 11 74 100 126 6 0 113 270 113 16
Binary 1001 111100 1000000 1010110 110 0 1001011 10111000 1001011 1110

Color Harmonies of #093C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C40

Black with #093C40

Text Example


Text Example

White with #093C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,64); }

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

background-color css

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

 a { background-color: rgb(9,60,64); }

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

border-color css

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

 span { border-color: rgb(9,60,64); }

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