Html Css Color HEX #093A41 Cyprus

📋 copy color: '#093A41'

red 9 ◦ green 58 ◦ blue 65

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

Shades of Cyprus #093A41

Tints of Cyprus #093A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 6.82%
G = 43.94%
B = 49.24%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093A41 (or 0x093A41) is known color: Cyprus. HEX triplet: 09, 3A and 41. RGB value is (9,58,65). Sum of RGB (Red+Green+Blue) = 9+58+65=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #093A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A41 is #F6C5BE. Grayscale: #2C2C2C. Windows color (decimal): -16172479 or 4274697. OLE color: 4274697.

HSL color Cylindrical-coordinate representation of color #093A41: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093A41 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 58 65 -
CMYK 0.86 0.11 0 0.75
HSL 187.5º 0.76% 0.15% -
HSV(B) 187.5º 0.86% 0.25% -
XYZ 2.58 3.47 5.53 -
YUV 44.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 9 58 65 0.86 0.11 0 0.75 187.5 0.76 0.15
Hex 9 3A 41 56 B 0 4B BC 4C F
Octal 11 72 101 126 13 0 113 274 114 17
Binary 1001 111010 1000001 1010110 1011 0 1001011 10111100 1001100 1111

Color Harmonies of #093A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A41

Black with #093A41

Text Example


Text Example

White with #093A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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