Html Css Color HEX #093B41 Cyprus

📋 copy color: '#093B41'

red 9 ◦ green 59 ◦ blue 65

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

Shades of Cyprus #093B41

Tints of Cyprus #093B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

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

R = 6.77%
G = 44.36%
B = 48.87%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093B41 (or 0x093B41) is known color: Cyprus. HEX triplet: 09, 3B and 41. RGB value is (9,59,65). Sum of RGB (Red+Green+Blue) = 9+59+65=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #093B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B41 is #F6C4BE. Grayscale: #2C2C2C. Windows color (decimal): -16172223 or 4274953. OLE color: 4274953.

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

Color convert

RGB 9 59 65 -
CMYK 0.86 0.09 0 0.75
HSL 186.43º 0.76% 0.15% -
HSV(B) 186.43º 0.86% 0.25% -
XYZ 2.63 3.57 5.55 -
YUV 44.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 9 59 65 0.86 0.09 0 0.75 186.43 0.76 0.15
Hex 9 3B 41 56 9 0 4B BA 4C F
Octal 11 73 101 126 11 0 113 272 114 17
Binary 1001 111011 1000001 1010110 1001 0 1001011 10111010 1001100 1111

Color Harmonies of #093B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B41

Black with #093B41

Text Example


Text Example

White with #093B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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