Html Css Color HEX #0B393B Cyprus

📋 copy color: '#0B393B'

red 11 ◦ green 57 ◦ blue 59

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

Shades of Cyprus #0B393B

Tints of Cyprus #0B393B

RGB

 RED value IS 11 (4.69% from 255) = 8.66%

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

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

R = 8.66%
G = 44.88%
B = 46.46%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B393B (or 0x0B393B) is known color: Cyprus. HEX triplet: 0B, 39 and 3B. RGB value is (11,57,59). Sum of RGB (Red+Green+Blue) = 11+57+59=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B393B is #F4C6C4. Grayscale: #2B2B2B. Windows color (decimal): -16041669 or 3881227. OLE color: 3881227.

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

Color convert

RGB 11 57 59 -
CMYK 0.81 0.03 0 0.77
HSL 182.5º 0.69% 0.14% -
HSV(B) 182.5º 0.81% 0.23% -
XYZ 2.39 3.31 4.65 -
YUV 43.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 11 57 59 0.81 0.03 0 0.77 182.5 0.69 0.14
Hex B 39 3B 51 3 0 4D B6 45 E
Octal 13 71 73 121 3 0 115 266 105 16
Binary 1011 111001 111011 1010001 11 0 1001101 10110110 1000101 1110

Color Harmonies of #0B393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B393B

Black with #0B393B

Text Example


Text Example

White with #0B393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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