Html Css Color HEX #0B4840 Cyprus

📋 copy color: '#0B4840'

red 11 ◦ green 72 ◦ blue 64

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

Shades of Cyprus #0B4840

Tints of Cyprus #0B4840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 7.48%
G = 48.98%
B = 43.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#0B4840 (or 0x0B4840) is known color: Cyprus. HEX triplet: 0B, 48 and 40. RGB value is (11,72,64). Sum of RGB (Red+Green+Blue) = 11+72+64=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4840 is #F4B7BF. Grayscale: #343434. Windows color (decimal): -16037824 or 4212747. OLE color: 4212747.

HSL color Cylindrical-coordinate representation of color #0B4840: hue angle of 172.13º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4840 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 72 64 -
CMYK 0.85 0 0.11 0.72
HSL 172.13º 0.73% 0.16% -
HSV(B) 172.13º 0.85% 0.28% -
XYZ 3.38 5.08 5.65 -
YUV 52.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 11 72 64 0.85 0 0.11 0.72 172.13 0.73 0.16
Hex B 48 40 55 0 B 48 AC 49 10
Octal 13 110 100 125 0 13 110 254 111 20
Binary 1011 1001000 1000000 1010101 0 1011 1001000 10101100 1001001 10000

Color Harmonies of #0B4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4840

Black with #0B4840

Text Example


Text Example

White with #0B4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,72,64); }

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

background-color css

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

 a { background-color: rgb(11,72,64); }

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

border-color css

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

 span { border-color: rgb(11,72,64); }

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