Html Css Color HEX #0A393D Cyprus

📋 copy color: '#0A393D'

red 10 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #0A393D

Tints of Cyprus #0A393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 47.66%

R = 7.81%
G = 44.53%
B = 47.66%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A393D (or 0x0A393D) is known color: Cyprus. HEX triplet: 0A, 39 and 3D. RGB value is (10,57,61). Sum of RGB (Red+Green+Blue) = 10+57+61=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A393D is #F5C6C2. Grayscale: #2B2B2B. Windows color (decimal): -16107203 or 4012298. OLE color: 4012298.

HSL color Cylindrical-coordinate representation of color #0A393D: hue angle of 184.71º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A393D is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 57 61 -
CMYK 0.84 0.07 0 0.76
HSL 184.71º 0.72% 0.14% -
HSV(B) 184.71º 0.84% 0.24% -
XYZ 2.43 3.33 4.93 -
YUV 43.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 10 57 61 0.84 0.07 0 0.76 184.71 0.72 0.14
Hex A 39 3D 54 7 0 4C B9 48 E
Octal 12 71 75 124 7 0 114 271 110 16
Binary 1010 111001 111101 1010100 111 0 1001100 10111001 1001000 1110

Color Harmonies of #0A393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A393D

Black with #0A393D

Text Example


Text Example

White with #0A393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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