Html Css Color HEX #093945 Cyprus

📋 copy color: '#093945'

red 9 ◦ green 57 ◦ blue 69

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

Shades of Cyprus #093945

Tints of Cyprus #093945

RGB

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

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

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

R = 6.67%
G = 42.22%
B = 51.11%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093945 (or 0x093945) is known color: Cyprus. HEX triplet: 09, 39 and 45. RGB value is (9,57,69). Sum of RGB (Red+Green+Blue) = 9+57+69=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #093945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093945 is #F6C6BA. Grayscale: #2B2B2B. Windows color (decimal): -16172731 or 4536585. OLE color: 4536585.

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

Color convert

RGB 9 57 69 -
CMYK 0.87 0.17 0 0.73
HSL 192º 0.77% 0.15% -
HSV(B) 192º 0.87% 0.27% -
XYZ 2.65 3.41 6.15 -
YUV 44.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 9 57 69 0.87 0.17 0 0.73 192 0.77 0.15
Hex 9 39 45 57 11 0 49 C0 4D F
Octal 11 71 105 127 21 0 111 300 115 17
Binary 1001 111001 1000101 1010111 10001 0 1001001 11000000 1001101 1111

Color Harmonies of #093945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093945

Black with #093945

Text Example


Text Example

White with #093945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093945; }

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

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

background-color css

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

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

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

border-color css

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

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

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