Html Css Color HEX #093C44 Cyprus

📋 copy color: '#093C44'

red 9 ◦ green 60 ◦ blue 68

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

Shades of Cyprus #093C44

Tints of Cyprus #093C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 6.57%
G = 43.8%
B = 49.64%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093C44 (or 0x093C44) is known color: Cyprus. HEX triplet: 09, 3C and 44. RGB value is (9,60,68). Sum of RGB (Red+Green+Blue) = 9+60+68=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #093C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C44 is #F6C3BB. Grayscale: #2D2D2D. Windows color (decimal): -16171964 or 4471817. OLE color: 4471817.

HSL color Cylindrical-coordinate representation of color #093C44: hue angle of 188.14º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093C44 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 60 68 -
CMYK 0.87 0.12 0 0.73
HSL 188.14º 0.77% 0.15% -
HSV(B) 188.14º 0.87% 0.27% -
XYZ 2.77 3.71 6.04 -
YUV 45.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 9 60 68 0.87 0.12 0 0.73 188.14 0.77 0.15
Hex 9 3C 44 57 C 0 49 BC 4D F
Octal 11 74 104 127 14 0 111 274 115 17
Binary 1001 111100 1000100 1010111 1100 0 1001001 10111100 1001101 1111

Color Harmonies of #093C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C44

Black with #093C44

Text Example


Text Example

White with #093C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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