Html Css Color HEX #0B4843 Cyprus

📋 copy color: '#0B4843'

red 11 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #0B4843

Tints of Cyprus #0B4843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 7.33%
G = 48%
B = 44.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#0B4843 (or 0x0B4843) is known color: Cyprus. HEX triplet: 0B, 48 and 43. RGB value is (11,72,67). Sum of RGB (Red+Green+Blue) = 11+72+67=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4843 is #F4B7BC. Grayscale: #353535. Windows color (decimal): -16037821 or 4409355. OLE color: 4409355.

HSL color Cylindrical-coordinate representation of color #0B4843: hue angle of 175.08º 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 #0B4843 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 72 67 -
CMYK 0.85 0 0.07 0.72
HSL 175.08º 0.73% 0.16% -
HSV(B) 175.08º 0.85% 0.28% -
XYZ 3.47 5.11 6.11 -
YUV 53.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 11 72 67 0.85 0 0.07 0.72 175.08 0.73 0.16
Hex B 48 43 55 0 7 48 AF 49 10
Octal 13 110 103 125 0 7 110 257 111 20
Binary 1011 1001000 1000011 1010101 0 111 1001000 10101111 1001001 10000

Color Harmonies of #0B4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4843

Black with #0B4843

Text Example


Text Example

White with #0B4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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