Html Css Color HEX #0A393B Cyprus

📋 copy color: '#0A393B'

red 10 ◦ green 57 ◦ blue 59

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

Shades of Cyprus #0A393B

Tints of Cyprus #0A393B

RGB

 RED value IS 10 (4.3% from 255) = 7.94%

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

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 7.94%
G = 45.24%
B = 46.83%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0A393B (or 0x0A393B) is known color: Cyprus. HEX triplet: 0A, 39 and 3B. RGB value is (10,57,59). Sum of RGB (Red+Green+Blue) = 10+57+59=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A393B is #F5C6C4. Grayscale: #2B2B2B. Windows color (decimal): -16107205 or 3881226. OLE color: 3881226.

HSL color Cylindrical-coordinate representation of color #0A393B: hue angle of 182.45º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A393B is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 57 59 -
CMYK 0.83 0.03 0 0.77
HSL 182.45º 0.71% 0.14% -
HSV(B) 182.45º 0.83% 0.23% -
XYZ 2.38 3.31 4.65 -
YUV 43.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 10 57 59 0.83 0.03 0 0.77 182.45 0.71 0.14
Hex A 39 3B 53 3 0 4D B6 47 E
Octal 12 71 73 123 3 0 115 266 107 16
Binary 1010 111001 111011 1010011 11 0 1001101 10110110 1000111 1110

Color Harmonies of #0A393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A393B

Black with #0A393B

Text Example


Text Example

White with #0A393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A393B; }

 p { color: rgb(10,57,59); }

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

background-color css

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

 a { background-color: rgb(10,57,59); }

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

border-color css

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

 span { border-color: rgb(10,57,59); }

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