Html Css Color HEX #093A45 Cyprus

📋 copy color: '#093A45'

red 9 ◦ green 58 ◦ blue 69

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

Shades of Cyprus #093A45

Tints of Cyprus #093A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.65%

 BLUE value IS 69 (27.34% from 255) = 50.74%

R = 6.62%
G = 42.65%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093A45 (or 0x093A45) is known color: Cyprus. HEX triplet: 09, 3A and 45. RGB value is (9,58,69). Sum of RGB (Red+Green+Blue) = 9+58+69=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #093A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A45 is #F6C5BA. Grayscale: #2C2C2C. Windows color (decimal): -16172475 or 4536841. OLE color: 4536841.

HSL color Cylindrical-coordinate representation of color #093A45: hue angle of 191º 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 #093A45 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 58 69 -
CMYK 0.87 0.16 0 0.73
HSL 191º 0.77% 0.15% -
HSV(B) 191º 0.87% 0.27% -
XYZ 2.7 3.51 6.17 -
YUV 44.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 9 58 69 0.87 0.16 0 0.73 191 0.77 0.15
Hex 9 3A 45 57 10 0 49 BF 4D F
Octal 11 72 105 127 20 0 111 277 115 17
Binary 1001 111010 1000101 1010111 10000 0 1001001 10111111 1001101 1111

Color Harmonies of #093A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A45

Black with #093A45

Text Example


Text Example

White with #093A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,69); }

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

background-color css

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

 a { background-color: rgb(9,58,69); }

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

border-color css

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

 span { border-color: rgb(9,58,69); }

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