Html Css Color HEX #0B393A Cyprus

📋 copy color: '#0B393A'

red 11 ◦ green 57 ◦ blue 58

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

Shades of Cyprus #0B393A

Tints of Cyprus #0B393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 8.73%
G = 45.24%
B = 46.03%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B393A (or 0x0B393A) is known color: Cyprus. HEX triplet: 0B, 39 and 3A. RGB value is (11,57,58). Sum of RGB (Red+Green+Blue) = 11+57+58=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B393A is #F4C6C5. Grayscale: #2B2B2B. Windows color (decimal): -16041670 or 3815691. OLE color: 3815691.

HSL color Cylindrical-coordinate representation of color #0B393A: hue angle of 181.28º degrees, saturation: 0.68, 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 #0B393A is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 57 58 -
CMYK 0.81 0.02 0 0.77
HSL 181.28º 0.68% 0.14% -
HSV(B) 181.28º 0.81% 0.23% -
XYZ 2.36 3.3 4.52 -
YUV 43.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 11 57 58 0.81 0.02 0 0.77 181.28 0.68 0.14
Hex B 39 3A 51 2 0 4D B5 44 E
Octal 13 71 72 121 2 0 115 265 104 16
Binary 1011 111001 111010 1010001 10 0 1001101 10110101 1000100 1110

Color Harmonies of #0B393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B393A

Black with #0B393A

Text Example


Text Example

White with #0B393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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